Added a superuser creation call to evennia.py to replace the automatic one that

was done by syncdb before.
This commit is contained in:
Griatch 2013-07-11 22:47:17 +02:00
parent a4042920e0
commit 607674c6cf
2 changed files with 7 additions and 5 deletions

View file

@ -9,7 +9,6 @@ Everything starts at handle_setup()
import django
from django.core import management
from django.conf import settings
from django.core.management import call_command
from django.contrib.auth import get_user_model
from src.server.models import ServerConfig
from src.help.models import HelpEntry