diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-04-08 09:02:53 -0500 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-04-08 09:03:39 -0500 |
commit | ca8a53a3c98f0e124106cdd29792059272c191ee (patch) | |
tree | 26cef78de9061265215de7b0ba2bb8c6037e26f0 /src/lib/Server/Hostbase/settings.py | |
parent | 8b9cb27cc5ccfaf0242b0cd4b0e08f18a90ab294 (diff) | |
download | bcfg2-ca8a53a3c98f0e124106cdd29792059272c191ee.tar.gz bcfg2-ca8a53a3c98f0e124106cdd29792059272c191ee.tar.bz2 bcfg2-ca8a53a3c98f0e124106cdd29792059272c191ee.zip |
Remove whitespace
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
Diffstat (limited to 'src/lib/Server/Hostbase/settings.py')
-rw-r--r-- | src/lib/Server/Hostbase/settings.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/Server/Hostbase/settings.py b/src/lib/Server/Hostbase/settings.py index 07577664b..7d5cc6dce 100644 --- a/src/lib/Server/Hostbase/settings.py +++ b/src/lib/Server/Hostbase/settings.py @@ -57,7 +57,7 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = True # Uncomment a backend below if you would like to use it for authentication AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend', 'Bcfg2.Server.Hostbase.backends.NISBackend', - #'Bcfg2.Server.Hostbase.backends.LDAPBacken', + #'Bcfg2.Server.Hostbase.backends.LDAPBacken', ) # enter an NIS group name you'd like to give access to edit hostbase records AUTHORIZED_GROUP = options['authorized_group'] @@ -70,7 +70,7 @@ django.contrib.auth.LOGIN_URL = '/login' MEDIA_ROOT = os.path.join(PROJECT_ROOT, 'media') # Just for development SERVE_MEDIA = DEBUG - + # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes # http://blogs.law.harvard.edu/tech/stories/storyReader$15 @@ -123,7 +123,6 @@ TEMPLATE_DIRS = ( '/usr/share/bcfg2/Hostbase/templates', os.path.join(PROJECT_ROOT, 'templates'), os.path.join(PROJECT_ROOT, 'hostbase/webtemplates'), - ) INSTALLED_APPS = ( |