Added small docstring
This commit is contained in:
parent
3159ceceaa
commit
a5156876b0
1 changed files with 1 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ def create_game_directory(dirname):
|
||||||
|
|
||||||
|
|
||||||
def create_superuser():
|
def create_superuser():
|
||||||
|
"Create the superuser player"
|
||||||
print "\nCreate a superuser below. The superuser is Player #1, the 'owner' account of the server.\n"
|
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)
|
django.core.management.call_command("createsuperuser", interactive=True)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue