Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created November 16, 2013 03:48
Show Gist options
  • Select an option

  • Save wyukawa/7495680 to your computer and use it in GitHub Desktop.

Select an option

Save wyukawa/7495680 to your computer and use it in GitHub Desktop.
fabric-bolt setup
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