Using PostgreSQL with Django
This article presents how to set up Django app with PostgreSQL. This tutorial assumes that you are using a Linux-based system, macOS or WSL and you already have Python3 with venv installed in your system. If you’re on Debian / Ubuntu based OS, then execute following command in order to update the system: Then install … Read more