mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Minor formatting.
This commit is contained in:
parent
607674c6cf
commit
e2ce3f2223
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ except DatabaseError,e:
|
|||
except PlayerDB.DoesNotExist:
|
||||
# no superuser yet. We need to create it.
|
||||
from django.core.management import call_command
|
||||
print "Create a superuser below. The superuser is Player #1, the 'owner' account of the server."
|
||||
print "\nCreate a superuser below. The superuser is Player #1, the 'owner' account of the server.\n"
|
||||
call_command("createsuperuser", interactive=True)
|
||||
|
||||
# Add this to the environmental variable for the 'twistd' command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue