Python-DJango-Projects
Narendra N
1 min read
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 file in your current directory before this command
python3 manage.py migrate
python3 manage.py createsuperuser
give your any username, password, email
python3 manage.py runserver 0.0.0.0:8000
# Now u can access your DJango App with EC2 public IP:8000 port in browser
jfdskf
fhvadfbd
fjdsf
jasfsdg
hfvdkf
jfdskg
dhfvdksf
Note: i will add more content as per free time....please be wait......
0
Subscribe to my newsletter
Read articles from Narendra N directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by