From: Guillaume Pellerin Date: Fri, 13 Mar 2015 12:33:00 +0000 (+0100) Subject: fix doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0dc5e6a542254e780cf4e95935f348cfac23438d;p=timeside.git fix doc --- diff --git a/timeside/server/management/commands/timeside-create-admin-user.py b/timeside/server/management/commands/timeside-create-admin-user.py index e6ccdff..23a274f 100644 --- a/timeside/server/management/commands/timeside-create-admin-user.py +++ b/timeside/server/management/commands/timeside-create-admin-user.py @@ -5,7 +5,7 @@ from django.contrib.auth.models import User class Command(BaseCommand): - help = """Create a default admin user if it doesn't exists. + help = """Create a default admin user if it doesn't exist. you SHOULD change the password and the email afterwards!""" username = 'admin'