createsuperuser is not required, syncdb will ask for it

This commit is contained in:
Frédéric Péters 2010-05-31 16:01:51 +02:00
parent 8e7b974002
commit 142ae8422b
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ backend than sqlite3.
Then launch the following commands:
python manage.py syncdb
python manage.py createsuperuser
python manage.py runserver
You should see the following output: