How to Use Django with PostgreSQL Database and Run Migration

Описание к видео How to Use Django with PostgreSQL Database and Run Migration

If You Have any Question ! Click on the Below Link and in Comment section , Ask your Question ?

Question Link:
https://nasirsoft.com/single_video/347

Talk me on
Mentoga: https://mentoga.com/muhammadnasir1

---------------Code -------------

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'postgres',
'USER': 'postgres',
'PASSWORD': 'root',
'HOST': 'localhost',
'PORT': '5432'
}
}

-------------------- Order me any related work ---------------
Contact us or Order Link :
https://nasirsoft.com/orderMe

--------------------------------------Other Useful Links-------------------------------
Facebook:   / nasirsoft93  
Website : https://nasirsoft.com/
LinkedIn :   / muhammad-nasir-6b82379b  

Комментарии

Информация по комментариям в разработке