How to Use Django with PostgreSQL Database and Run Migration #postgresql #django #tutorial

preview_player
Показать описание
If You Have any Question ! Click on the Below Link and in Comment section , Ask your Question ?

Question Link:

Talk me on

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

DATABASES = {
'default': {
'NAME': 'postgres',
'USER': 'postgres',
'PASSWORD': 'root',
'HOST': 'localhost',
'PORT': '5432'
}
}

--------------------- Order me any related work ----------------
Contact us or Order Link :

---------------------------------------Other Useful Links--------------------------------
Рекомендации по теме