Created
November 16, 2013 03:48
-
-
Save wyukawa/7495680 to your computer and use it in GitHub Desktop.
fabric-bolt setup
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
| pip install -r requirements/local.txt | |
| python manage.py syncdb | |
| python manage.py migrate | |
| python manage.py createsuperuser | |
| python manage.py runserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment