Update manage.py
This commit is contained in:
parent
f343ca7ebd
commit
fb138bbd7f
1 changed files with 14 additions and 4 deletions
|
|
@ -80,11 +80,21 @@ SECRET_KEY = '%s'
|
||||||
|
|
||||||
This looks like your first startup, so we created a fresh
|
This looks like your first startup, so we created a fresh
|
||||||
game/settings.py file for you. No database has yet been created.
|
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
|
You may edit the settings file now if you like, but you don't
|
||||||
want to quickly get started you don't have to touch anything.
|
have to touch anything if you just want to quickly get started.
|
||||||
|
|
||||||
Once you are ready to continue, (re)run
|
Once you are ready to continue, 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.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue