]> git.parisson.com Git - timeside.git/commitdiff
fix doc
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Mar 2015 12:33:00 +0000 (13:33 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 13 Mar 2015 12:33:00 +0000 (13:33 +0100)
timeside/server/management/commands/timeside-create-admin-user.py

index e6ccdffde8541e1f2deba867af35f1825a3a56f8..23a274f790448e4d7773e3288458d4913d40c890 100644 (file)
@@ -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'