DJANGO
Connect to Database
To make Django able to connect to your database, you have to specify it in the DATABASES tuple in the settings.py file.
DJANGO
To make Django able to connect to your database, you have to specify it in the DATABASES tuple in the settings.py file.