Update manage.py

This commit is contained in:
Griatch 2014-10-07 13:08:14 +02:00
parent f343ca7ebd
commit fb138bbd7f

View file

@ -80,11 +80,21 @@ SECRET_KEY = '%s'
This looks like your first startup, so we created a fresh
game/settings.py file for you. No database has yet been created.
You may edit the settings file now if you like, but if you just
want to quickly get started you don't have to touch anything.
You may edit the settings file now if you like, but you don't
have to touch anything if you just want to quickly get started.
Once you are ready to continue, run
Once you are ready to continue, (re)run
python manage.py syncdb
python manage.py migrate
This will initialize the database. When that is done you can
start Evennia itself with
python evennia.py -i start
The first time the server starts it will set things up for you.
Make sure to create a superuser when asked. The superuser's
email-address does not have to exist.
"""