How to use PostgreSQL Database in a Django Project
Overview
In this article, you are going to learn about how to use PostgreSQL database in a Django project instead of the file-based database - SQlite Django provides by default. The reason why SQlite database cannot be used in a production-ready proj...
bovage.hashnode.dev6 min read