mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Remove references to migrate when first starting.
This commit is contained in:
parent
843e5ba726
commit
25f3a7cfe7
3 changed files with 0 additions and 5 deletions
|
|
@ -45,8 +45,6 @@ Installation
|
|||
|
||||
python manage.py syncdb
|
||||
|
||||
python manage.py migrate
|
||||
|
||||
|
||||
Starting Evennia
|
||||
----------------
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@ except DatabaseError, e:
|
|||
Please run:
|
||||
|
||||
python manage.py syncdb
|
||||
python manage.py migrate
|
||||
|
||||
When you have a database set up, rerun evennia.py.
|
||||
""" % e
|
||||
|
|
|
|||
|
|
@ -85,8 +85,6 @@ SECRET_KEY = '%s'
|
|||
|
||||
Once you are ready to continue, (re)run
|
||||
python manage.py syncdb
|
||||
followed by
|
||||
python manage.py migrate
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue