diff options
-rw-r--r-- | core/middleware.py (renamed from middleware.py) | 0 | ||||
-rw-r--r-- | core/unused.py (renamed from unused.py) | 0 | ||||
-rw-r--r-- | settings.py | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/middleware.py b/core/middleware.py index 56078a9..56078a9 100644 --- a/middleware.py +++ b/core/middleware.py diff --git a/unused.py b/core/unused.py index e26a212..e26a212 100644 --- a/unused.py +++ b/core/unused.py diff --git a/settings.py b/settings.py index 4deb6da..98a9016 100644 --- a/settings.py +++ b/settings.py @@ -139,7 +139,7 @@ MIDDLEWARE = [ 'django.contrib.admindocs.middleware.XViewMiddleware', # this and docutils needed by admindocs 'django.contrib.messages.middleware.MessageMiddleware', # Cookie-based and session-based message support. Needed by admin system 'django.middleware.clickjacking.XFrameOptionsMiddleware', # clickjacking protection via the X-Frame-Options header - #'troggle.middleware.SmartAppendSlashMiddleware' # needs adapting after Dj2.0 + #'troggle.core.middleware.SmartAppendSlashMiddleware' # needs adapting after Dj2.0 ] ROOT_URLCONF = 'troggle.urls' |