bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Django

Django

PostgreSQL

PostgreSQL focused on Introduction to PostgreSQL and related concepts.

Lesson 1

Introduction to PostgreSQL

Introduction to PostgreSQL

2 min
Read lesson →
Lesson 2

Create AWS Account

Create AWS Account

2 min
Read lesson →
Lesson 3

Create PostgreSQL Database

Create PostgreSQL Database

2 min
Read lesson →
Lesson 4

Connect to 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…

2 min
Read lesson →
Lesson 5visual

PostgreSQL - Add Members

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…

2 min
Read lesson →