diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-01-05 01:55:48 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-05 01:55:48 +0100 |
commit | 808b46afe102e7bd8a856be8dc918d73744aa543 (patch) | |
tree | 6dfe27e43f9b99522814be8b385139501328a249 | |
parent | af48fab1b031b3474f24b78e5bf59b14c8346ea8 (diff) |
add taifun to local settings...
-rw-r--r-- | conf/dev_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dev_settings.py b/conf/dev_settings.py index 1198968..b826822 100644 --- a/conf/dev_settings.py +++ b/conf/dev_settings.py @@ -2,6 +2,7 @@ import os from settings import INSTALLED_APPS, LOGGING, MIDDLEWARE_CLASSES, SITE_ROOT +AUTH_LDAP_SERVER_URI = 'ldap://taifun.local.sublab.org' DEBUG = True TEMPLATE_DEBUG = DEBUG |