PostgreSQL with Django // how to // tutorial
How To Connect PostgreSQL with Django || tutorial PostgreSQL with Django
change your Django default database to postgreSQL
Integrate PostgreSQL with django
Using Postgres Database in django
settings.py :
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'test1',
'USER': 'moni',
'PASSWORD': 'moni',
}
}
Psycopg:
pip install psycopg2
django rest framework playlist :
https://www.youtube.com/watch?v=qmrCwpqchuc&list=PLeq3Cdg9nEeHdFlJV_NuldKX_juqqsCyp
React+Django Playlist:
https://www.youtube.com/playlist?list=PLeq3Cdg9nEeE_DKpT3qK3qb5P2ZQDkYjh
Visit Our Web page :
https://blearningclub.com/
Numpy a way of Machine Learning :
https://blearningclub.com/python/numpy-tutorial/
telegram link:
Blearningclub Telegram channel ::
https://t.me/blearningclub
Get $100 in digital ocean use this link :
https://m.do.co/c/9f26daf3d6d1
More video:
delete view in django:
https://www.youtube.com/watch?v=OWN8zjIgGjM
how to run django on cpanel:
https://www.youtube.com/watch?v=EZSvsgemDJ0
play list A django project for beginners :
https://www.youtube.com/playlist?list=PLeq3Cdg9nEeEZBpLI8-1qJeFnycu_BnID
host django on python anywhere completely free :
https://www.youtube.com/watch?v=d-s_mbK3LCE
Django signals tutorial :
https://www.youtube.com/watch?v=MMh1H_Hy0KY
LIKE || SHARE || SIBSCRIBE
#django #postgresSQL