Добавить
Уведомления

Интернет магазин. Python + Django #1. Описываем сущности базы данных! Django database entities

!!!Вы можете поддержать проект, оформив подписку!!! !!! You can support the project by subscribing !!! В данном видео мы создадим проект интернет магазина и наше приложение к проекту. Опишем сущности базы данных. Код из видео - https://github.com/93rus/shop_python Настройки PostreSQL: 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'django_db', 'USER' : 'user_name', 'PASSWORD' : 'password', 'HOST' : '127.0.0.1', 'PORT' : '5432', In this video, we will create an online store project and our application to the project. Let's describe the #entities of the #database. #Code from the video - https://github.com/93rus/shop_python #PostgreSQL settings: 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'django_db', 'USER' : 'user_name', 'PASSWORD' : 'password', 'HOST' : '127.0.0.1', 'PORT' : '5432',

Иконка канала Диванный разраб
1 подписчик
12+
1 просмотр
6 лет назад
12+
1 просмотр
6 лет назад

!!!Вы можете поддержать проект, оформив подписку!!! !!! You can support the project by subscribing !!! В данном видео мы создадим проект интернет магазина и наше приложение к проекту. Опишем сущности базы данных. Код из видео - https://github.com/93rus/shop_python Настройки PostreSQL: 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'django_db', 'USER' : 'user_name', 'PASSWORD' : 'password', 'HOST' : '127.0.0.1', 'PORT' : '5432', In this video, we will create an online store project and our application to the project. Let's describe the #entities of the #database. #Code from the video - https://github.com/93rus/shop_python #PostgreSQL settings: 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'django_db', 'USER' : 'user_name', 'PASSWORD' : 'password', 'HOST' : '127.0.0.1', 'PORT' : '5432',

, чтобы оставлять комментарии