diff options
Diffstat (limited to 'fb/middleware.py')
| -rw-r--r-- | fb/middleware.py | 5 |
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 |
