From e1832ca9320487f8bf6356b4ebf96fffa0cc3af0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 7 Jan 2021 13:01:30 +0000 Subject: [PATCH] bugfix: add middleware --- djangoldp_notification/djangoldp_settings.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 djangoldp_notification/djangoldp_settings.py diff --git a/djangoldp_notification/djangoldp_settings.py b/djangoldp_notification/djangoldp_settings.py new file mode 100644 index 0000000..4c86275 --- /dev/null +++ b/djangoldp_notification/djangoldp_settings.py @@ -0,0 +1 @@ +MIDDLEWARE = ['djangoldp_notification.middlewares.CurrentUserMiddleware'] \ No newline at end of file