Note:
DJango Install on ubuntu 20.04:
sudo apt-get update
git clone https://github.com/yeshwanthlm/django-on-ec2.git
cd django-on-ec2
sudo apt install python3-pip -y
pip install django
python3 manage.py makemigrations # please confirm manage.py fi...