In this video you will learn
-Features of Django with explanation
-Environmental setup for Django
To work with Django you need to have python installed
You can do it using the following steps
Step 1:Update Package List
Sudo apt update
Step 2: Update Python Version
python3 -V
Step 3: Install Django
Sudo apt install python3-django
Step 4: Verify the installation
django-admin --version
Furthermore
python manage.py runserver
The above command has started a development server which is running on.