Loading lesson path
Introduction to PostgreSQL
Create AWS Account
Create PostgreSQL Database
Modify Settings To make Django able to connect to your database, you have to specify it in the DATABASES tuple in the settings.py file. Before, it looked like this: SQLite my_tennis_club/my_tennis_cl…
Members The "My Tennis Club" project has no members: 127.0.0.1:8000/. That is because we have created a brand new database, and it is empty. The old SQLite database contained 5 members, so let us div…