2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 01:47:35 +00:00

remove unused templatetags code

This commit is contained in:
Philip Sargent
2021-04-30 23:21:38 +01:00
parent 9a69ce50f9
commit 7368942488
7 changed files with 7 additions and 462 deletions

View File

@@ -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.