Browse Source

Explain how to create the first user account

To avoid the naive lock-out syndrom at first launch
Étienne Deparis 6 years ago
parent
commit
aac960caea
1 changed files with 4 additions and 0 deletions
  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
 ------