Remove references to migrate when first starting.

This commit is contained in:
Kelketek Rritaa 2014-09-28 12:28:43 -05:00
parent 843e5ba726
commit 25f3a7cfe7
3 changed files with 0 additions and 5 deletions

View file

@ -45,8 +45,6 @@ Installation
python manage.py syncdb
python manage.py migrate
Starting Evennia
----------------

View file

@ -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

View file

@ -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
"""