modified syncdb instructions so that a super user admin is not created
parent
85079fd559
commit
f28c695abd
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue