|
@@ -66,9 +66,9 @@ settings:
|
|
|
At this point, you should setup your database. Recommended is postgreSQL,
|
|
|
but you might be able to use SQLite. For more information, see https://www.illyse.org/projects/ils-si/wiki/Mise_en_place_environnement_de_dev
|
|
|
|
|
|
-If you don't want to use a LDAP, just set in your `settings_local.py`
|
|
|
+If you don't want to use LDAP, just set in your `settings_local.py`:
|
|
|
|
|
|
- LDAP_ENABLE = False
|
|
|
+ LDAP_ACTIVATE = False
|
|
|
|
|
|
The first time, you need to create the database, create a superuser, and
|
|
|
import some base data to play with:
|