Browse Source

Precisions on superuser

Baptiste Jonglez 10 years ago
parent
commit
f7104a0166
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -73,6 +73,10 @@ import some base data to play with:
     python manage.py createsuperuser
     python manage.py loaddata offers ip_pool
 
+Note that the superuser will be inserted into the LDAP backend exactly in the
+same way as all other members, so you should use a real account (not just
+admin/admin).
+
 Then, at each code update, you only need to apply migrations:
 
     python manage.py migrate