Skip to content

Instantly share code, notes, and snippets.

@lamarmarshall
Created November 22, 2015 18:59
Show Gist options
  • Save lamarmarshall/fb39d616453ae9ee9d5c to your computer and use it in GitHub Desktop.
Save lamarmarshall/fb39d616453ae9ee9d5c to your computer and use it in GitHub Desktop.
#django_start #django the first commands to start up django
1) virtualenv $name
2) pip install django
3)source bin/activate
4) django-admin startproject $name
5)django-admin startapp $name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment