mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Added small docstring
This commit is contained in:
parent
3159ceceaa
commit
a5156876b0
@ -424,6 +424,7 @@ def create_game_directory(dirname):
|
||||
|
||||
|
||||
def create_superuser():
|
||||
"Create the superuser player"
|
||||
print "\nCreate a superuser below. The superuser is Player #1, the 'owner' account of the server.\n"
|
||||
django.core.management.call_command("createsuperuser", interactive=True)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user