Mark As Completed Discussion

In this tutorial, we shall begin our journey into web app development using Django with Postgres as our database.

What is Django

Django is an open-source web framework written in python, Django comes with batteries included. this means that it takes care of a lot of things for you; examples are the user authentication system, a ready-to-go advanced admin dashboard and so much more. Django follows the Model-Views-Templates pattern (words that will be explained in detail later).