From 808b46afe102e7bd8a856be8dc918d73744aa543 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 5 Jan 2012 01:55:48 +0100 Subject: add taifun to local settings... --- conf/dev_settings.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1