summaryrefslogtreecommitdiffstats
path: root/core/middleware.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/middleware.py')
-rw-r--r--core/middleware.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/middleware.py b/core/middleware.py
index 91e64ec..e87662e 100644
--- a/core/middleware.py
+++ b/core/middleware.py
@@ -2,9 +2,11 @@ from django.conf import settings
from django import http
from django.urls import reverse, resolve,Resolver404
"""Non-standard django middleware is loaded from this file.
-It needs re-writing to be compatible with Django v2.0+
-"""
+"""
+todo = '''SmartAppendSlashMiddleware(object) Not Working.
+It needs re-writing to be compatible with Django v2.0 and later
+'''
class SmartAppendSlashMiddleware(object):
"""
"SmartAppendSlash" middleware for taking care of URL rewriting.