X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/a7d807af1096c152baf5c32f4f4b3f1a26ea2c76..fccd9926e2f91d7222e7c7a28ad9da92ef081232:/src/cas/settings.py diff --git a/src/cas/settings.py b/src/cas/settings.py index a039d14..acc5988 100644 --- a/src/cas/settings.py +++ b/src/cas/settings.py @@ -72,7 +72,7 @@ MIDDLEWARE_CLASSES = ( 'django.middleware.doc.XViewMiddleware', ) -ROOT_URLCONF = 'urls' +ROOT_URLCONF = 'cas.urls' TEMPLATE_DIRS = ( PROJECT_ROOT + '/templates', @@ -95,11 +95,6 @@ LOGOUT_URL = '/cas/logout/' CAS_CUSTOM_ATTRIBUTES_CALLBACK = 'utils.custom_attributes_callback' SESSION_COOKIE_NAME = 'fnpcas' -# Python logging settings -import logging -import logging.config -logging.config.fileConfig(path.join(PROJECT_ROOT, "logging.cfg")) - # Import localsettings file, which may override settings defined here try: from localsettings import *