modified syncdb instructions so that a super user admin is not created

pull/1/head
Ed Summers 2011-09-18 19:48:09 -04:00
parent 85079fd559
commit f28c695abd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ to install Python and python-setuptools in step 1:
1. edit `settings/me.py` and look at the facebook, twitter and google auth settings to enable federated logins from those sites
1. `echo 'export DJANGO_SETTINGS_MODULE=regluit.settings.me' >> ~/.virtualenvs/regluit/bin/postactivate`
1. `deactivate ; workon regluit`
1. `django-admin.py syncdb --migrate`
1. `django-admin.py syncdb --migrate --noinput`
1. `django-admin.py testserver --addrport 0.0.0.0:8000` (you can change the port number from the default value of 8000)
1. point your browser at http://localhost:8000/