From df5544cfe638bc2246f6821e6089dec7c1ad2494 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 19 Mar 2011 21:52:22 +0200 Subject: key propogation almost working --- fb/middleware.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fb/middleware.py (limited to 'fb/middleware.py') 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 -- cgit v1.3.1