From a5156876b0f13410088b4a97f554ffa1ab884dfd Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 18 Jan 2015 22:56:42 +0100 Subject: [PATCH] Added small docstring --- bin/evennia | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/evennia b/bin/evennia index 32898f0718..06e2dc1abb 100755 --- a/bin/evennia +++ b/bin/evennia @@ -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)