2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-13 22:57:10 +00:00

Docstrings for all modules

This commit is contained in:
Philip Sargent
2021-04-13 01:37:42 +01:00
parent 267741fa8b
commit 0820d7c0dc
15 changed files with 50 additions and 17 deletions

View File

@@ -2,6 +2,7 @@ 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+
"""
class SmartAppendSlashMiddleware(object):