added create super user recipe

This commit is contained in:
Arron Schaar MBP 2011-10-11 16:00:48 -07:00
Родитель 7906a2bdf6
Коммит 347bb02197
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -233,4 +233,14 @@ Need to delete your Elastic Search index and start over?
curl -XDELETE 'http://localhost:9201/flightdeck'
./manage.py cron setup_mapping
./manage.py cron index_all
./manage.py cron index_all
Create a local super user account
---------------------------------
If you imported your database then you will need to create a user.
./manage.py createsuperuser