X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;fp=settings.py;h=7b4a4a63e866d58761b783a8f22f2bb64ec5ae6e;hb=17c4e95680e7d491c808fa06d1bad45dd743ccce;hp=d6b5299bb279839b7a178499df35ef512461f5ac;hpb=e81645e63dc02252cf9cd1fb9c270fc15b61bc72;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/settings.py b/settings.py index d6b5299..7b4a4a6 100644 --- a/settings.py +++ b/settings.py @@ -75,7 +75,7 @@ TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. - '/home/matthijs/docs/src/django/ee/templates', + '/home/matthijs/docs/src/django/ee/templates', ) INSTALLED_APPS = ( @@ -84,17 +84,17 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', - 'ee.events', - 'ee.influences', - 'ee.base', + 'ee.events', + 'ee.influences', + 'ee.base', ) TEMPLATE_CONTEXT_PROCESSORS = ( - "django.core.context_processors.auth", - "django.core.context_processors.debug", - "django.core.context_processors.i18n", - # Add STATIC_URL_PREFIX to the context - "ee.tools.context_processors.static", + "django.core.context_processors.auth", + "django.core.context_processors.debug", + "django.core.context_processors.i18n", + # Add STATIC_URL_PREFIX to the context + "ee.tools.context_processors.static", ) LOGIN_URL = "/accounts/login/" @@ -103,6 +103,6 @@ LOGIN_REDIRECT_URL = "/influences/" # Allow authentication against the phpb user accounts AUTHENTICATION_BACKENDS = ( - 'ee.auth.PhpBBBackend', - 'django.contrib.auth.backends.ModelBackend', + 'ee.auth.PhpBBBackend', + 'django.contrib.auth.backends.ModelBackend', )