У нас вы можете посмотреть бесплатно Python Django Tutorial for Beginners #10: Editing 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 10th video I show you how we edit records in our database. We create a specific template, view, and url for the edit page. Create a link so we can go to the edit page, we pass the correct data to the form, and handle the submission of the updated data. Code of tutorial 10: 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...