Skip to content

Instantly share code, notes, and snippets.

@audreyfeldroy
Created March 17, 2011 00:42
Show Gist options
  • Save audreyfeldroy/873641 to your computer and use it in GitHub Desktop.
Save audreyfeldroy/873641 to your computer and use it in GitHub Desktop.
psql -U postgres -c "DROP DATABASE packaginator;"
psql -U postgres -c "CREATE DATABASE packaginator OWNER packaginator;"
python manage.py syncdb
python manage.py migrate
python manage.py loaddata fixtures/dump_clean_data.json
python manage.py runserver 0.0.0.0:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment