Remove createsuperuser command

syncdb includes this.
This commit is contained in:
Tom Dyson 2014-02-21 22:07:40 +00:00
parent 057701bba9
commit e35560f73e

View file

@ -53,7 +53,6 @@ run the following commands::
createdb -Upostgres wagtaildemo
./manage.py syncdb
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
SQLite support