|
@@ -81,10 +81,6 @@ settings:
|
|
echo '# -*- coding: utf-8 -*-' > coin/settings_local.py
|
|
echo '# -*- coding: utf-8 -*-' > coin/settings_local.py
|
|
echo 'DEBUG = TEMPLATE_DEBUG = True' >> 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.
|
|
See the end of this README for a reference of available configuration settings.
|
|
|
|
|
|
Database
|
|
Database
|
|
@@ -271,6 +267,8 @@ Settings
|
|
List of available settings in your `settings_local.py` file.
|
|
List of available settings in your `settings_local.py` file.
|
|
|
|
|
|
- `EXTRA_INSTALLED_APPS`: See *Customizing app list*
|
|
- `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
|
|
- `MEMBER_MEMBERSHIP_INFO_URL`: Link to a page with information on how to become a member or pay the membership fee
|
|
|
|
|
|
More information
|
|
More information
|