Parcourir la source

Explain how to create the first user account

To avoid the naive lock-out syndrom at first launch
Étienne Deparis il y a 6 ans
Parent
commit
aac960caea
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -28,6 +28,10 @@ Create database:
 
     ./manage.py migrate
 
+Create administrator account:
+
+    ./manage.py createsuperuser
+
 Run it
 ------