Skip to content

Instantly share code, notes, and snippets.

@franzwong
Created December 24, 2012 12:42
Show Gist options
  • Save franzwong/4369124 to your computer and use it in GitHub Desktop.
Save franzwong/4369124 to your computer and use it in GitHub Desktop.
django cheatsheet
  • Create project
django-admin.py startproject mysite
  • Create application
python manage.py startapp polls
  • Start server
python manage.py runserver 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment