##Access Django on Amazon EC2
To runserver on EC2, we can do this line:
python manage.py runserver <public_dns>:8000
And access from local browser like:
http://<public_dns>:8000/
##Access Django on Amazon EC2
To runserver on EC2, we can do this line:
python manage.py runserver <public_dns>:8000
And access from local browser like:
http://<public_dns>:8000/