summaryrefslogtreecommitdiff
path: root/fb/middleware.py
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-03-19 21:52:22 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-03-19 21:52:22 +0200
commitdf5544cfe638bc2246f6821e6089dec7c1ad2494 (patch)
tree0d5a3403ff1a023820367e741c5d031f98532f58 /fb/middleware.py
parentdfe1bbadf614715bab1b28c0e03f05af5a145111 (diff)
key propogation almost working
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