Getting Started with Postgresql and Django

Ordinary Coders
Python in Plain English
2 min readMar 12, 2021

--

While SQLite is great for getting a basic Django project up and running, it has some limitations when it comes to concurrency and user management. For example, only one process can make changes to the database at any given moment, and having multiple users with different permissions is impossible. When SQLite is not enough, check out how to quickly get set up with PostgreSQL.

--

--

Coding can be difficult. Get motivated by learning to code with interactive, step-by-step tutorials. https://ordinarycoders.com/