summaryrefslogtreecommitdiffstats
path: root/main/middleware.py
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-11 19:52:51 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-11 19:52:51 -0400
commit5acf6c46f28446b91dbfd041960953f01f4ffe0d (patch)
tree8a8e63ba53231d3c41ac187446e9d740cd69b73a /main/middleware.py
parent7dedeeafd5b2e34f05bd75e548ca56942919c668 (diff)
downloadarchweb-5acf6c46f28446b91dbfd041960953f01f4ffe0d.tar.gz
archweb-5acf6c46f28446b91dbfd041960953f01f4ffe0d.zip
separate copyrighted middleware from my additions
Diffstat (limited to 'main/middleware.py')
-rw-r--r--main/middleware.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/middleware.py b/main/middleware.py
index df0a7a4b..8f249c6b 100644
--- a/main/middleware.py
+++ b/main/middleware.py
@@ -55,6 +55,8 @@ class RequireLoginMiddleware(object):
user_holder = threading.local()
user_holder.user = None
+# END REQUIRE LOGIN MIDDLEWARE
+
class AutoUserMiddleware(object):
'''Saves the current user so it can be retrieved by the admin'''
def process_request(self, request):