Change the way we sync, add notes about superuser setup.

This commit is contained in:
Michael DeHaan
2013-03-13 17:20:50 -04:00
parent ee4160af93
commit 273b447250
3 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ setup:
# use ansible to ansible ansible commander locally
ansible-playbook app_setup/setup.yml --verbose -i "127.0.0.1," -c local -e working_dir=`pwd`
adduser:
python manage.py createsuperuser
syncdb:
# only run from initial setup
python manage.py syncdb