Prerequisites
Before you start learning Django, you should have some basic understanding of the following.
Django
Django was designed to help developers take applications from concept to completion as quickly as possible.
Installation
Before you start working on Django, you have to install Python in your machine and then Django in an environment.
Basic Modules
After starting a new project, you must know some basic modules on which the complete app is based.
Getting Started
It's time to build an app as you understand the basic concept of modules and application processes in Django.