У нас вы можете посмотреть бесплатно Django App Development | Django and PostgreSQL - Part 4 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
We will create a Django Project and a Django Web Application. Django has support for databases like SQLite, MySQL/MariaDB and PostgreSQL. Django includes an SQLite database, but for the others you need to install the database system you want to use from their respective websites and in addition install a Python package/driver for the specific database system. In this Tutorial we will see how we can use Django in combination with PostgreSQL. We will create a simple “Customer App” that retrieves a list of Customers stored in the PostgreSQL database. Finally, we will use the built-in “Django Admin” module to create CRUD functionality, i.e., the possibility to Create, Read, Update and Delete Customers in the PostgreSQL database. PowerPoint used in the video: https://halvorsen.blog/documents/prog... Django and PostgreSQL Playlist: • Django and PostgreSQL Blog: https://www.halvorsen.blog YouTube Channel @Industrial IT and Automation / industrialitandautomation