Browse Source

Fix doc to be consistent with settings listing

+ LDAP_ACTIVATE doc was just irrelevant, default already being `False`.
Jocelyn Delande 9 years ago
parent
commit
46dab6e08f
1 changed files with 2 additions and 4 deletions
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -81,10 +81,6 @@ settings:
     echo '# -*- coding: utf-8 -*-' > coin/settings_local.py
     echo 'DEBUG = TEMPLATE_DEBUG = True' >> coin/settings_local.py
 
-If you don't want to use LDAP, just set in your `settings_local.py`:
-
-    LDAP_ACTIVATE = False
-
 See the end of this README for a reference of available configuration settings.
 
 Database
@@ -271,6 +267,8 @@ Settings
 List of available settings in your `settings_local.py` file.
 
 - `EXTRA_INSTALLED_APPS`: See *Customizing app list*
+- `EXTRA_TEMPLATE_DIRS`: See *Customizing templates*
+- `LDAP_ACTIVATE`: See *LDAP*
 - `MEMBER_MEMBERSHIP_INFO_URL`: Link to a page with information on how to become a member or pay the membership fee
 
 More information