mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Added a superuser creation call to evennia.py to replace the automatic one that
was done by syncdb before.
This commit is contained in:
parent
a4042920e0
commit
607674c6cf
2 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue