Created
November 22, 2015 18:59
-
-
Save lamarmarshall/fb39d616453ae9ee9d5c to your computer and use it in GitHub Desktop.
#django_start #django the first commands to start up django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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