У нас вы можете посмотреть бесплатно Python Django Tutorial for Beginners #11: Deleting Records in our Database или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial series I show you how to create a Python Django Application from scratch. The application will have login and authentication functionality, and will allow users to create, read, update, and delete records in the database. Next to that, we will cover different kinds of forms (text, select, multiselect) and handle static files (images). In this 11th video I show you how we can delete records. We will create a new page called Delete where we show the details of the post, and ask the user if the record can really be deleted. We also build logic for deleting the record from our database. Code of tutorial 11: https://github.com/NickMol/Django-for... Part 1: What is Django: • Python Django Tutorial for Beginners #1: I... Part 2: Setup of Django: • Python Django Tutorial for Beginners #2: S... Part 3: Database: • Python Django Tutorial for Beginners #3: W... Part 4: Creating pages and page navigation: • Python Django Tutorial for Beginners #4: C... Part 5: Styling: • Python Django Tutorial for Beginners #5: A... Part 6: Navigation menu: • Python Django Tutorial for Beginners #6: C... Part 7: Creating records: • Python Django Tutorial for Beginners #7: C... Part 8: Styling forms with Crispy forms: • Python Django Tutorial for Beginners #8: M... Part 9: Reading data: • Python Django Tutorial for Beginners #9: D... Part 10: Editing data: • Python Django Tutorial for Beginners #10: ...