summaryrefslogtreecommitdiffstats
path: root/middleware.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-07-18 16:23:54 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-07-18 16:23:54 +0100
commitedd5a3efd901df68243372f46087d96d4fbf7715 (patch)
tree037682c9ad9a85c2de8532c5623bf750c12dee5b /middleware.py
parent90dfa516da857f300bd0ff483ebf7a412934bbcf (diff)
downloadtroggle-edd5a3efd901df68243372f46087d96d4fbf7715.tar.gz
troggle-edd5a3efd901df68243372f46087d96d4fbf7715.tar.bz2
troggle-edd5a3efd901df68243372f46087d96d4fbf7715.zip
Module documentation docstrings
Diffstat (limited to 'middleware.py')
-rw-r--r--middleware.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/middleware.py b/middleware.py
index 220027f..43f7328 100644
--- a/middleware.py
+++ b/middleware.py
@@ -2,6 +2,8 @@ from django.conf import settings
from django import http
from django.urls import reverse, resolve
#from django.core.urlresolvers import resolve
+"""Non-standard django middleware is loaded from this file.
+"""
class SmartAppendSlashMiddleware(object):
"""