From ecf108979b7108fcb749bd5a629ffff9c468a0ad Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 18 Jul 2017 22:54:23 -0300 Subject: [PATCH] Included bulletin app in settings --- amadeus/settings.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index 8329890..880f4b4 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -84,6 +84,7 @@ INSTALLED_APPS = [ 'news', 'analytics', 'dashboards', + 'bulletin', ] MIDDLEWARE_CLASSES = [ -- libgit2 0.21.2