This commit is contained in:
Griatch 2013-04-15 00:12:00 +02:00
commit 8720df5b49
10 changed files with 30 additions and 27 deletions

View file

@ -134,5 +134,5 @@ if __name__ == "__main__":
nothing about MUDs). Instead, just start Evennia with the
webserver component active (this is the default).
"""
from django.core.management import execute_manager
execute_manager(settings)
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)