summaryrefslogtreecommitdiff
path: root/fb/middleware.py
diff options
context:
space:
mode:
Diffstat (limited to 'fb/middleware.py')
-rw-r--r--fb/middleware.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/fb/middleware.py b/fb/middleware.py
new file mode 100644
index 0000000..cd2305d
--- /dev/null
+++ b/fb/middleware.py
@@ -0,0 +1,5 @@
+
+class DjangoFacebookMiddleware:
+
+ def process_template_response(self, req, res):
+ \ No newline at end of file