Merge.
This commit is contained in:
commit
8720df5b49
10 changed files with 30 additions and 27 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue