Skip to content

Instantly share code, notes, and snippets.

@titipata
Last active August 29, 2015 14:15
Show Gist options
  • Save titipata/618d8b8a0c7774176286 to your computer and use it in GitHub Desktop.
Save titipata/618d8b8a0c7774176286 to your computer and use it in GitHub Desktop.
how to access django on Amazon cluster

##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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment