From f28c695abd689ec80bef56e716de8c81e0e34501 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Sun, 18 Sep 2011 19:48:09 -0400 Subject: [PATCH] modified syncdb instructions so that a super user admin is not created --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a837cd..0262392d 100644 --- a/README.md +++ b/README.md @@ -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/