From a9288600b8cd6d74ef0d8a7a3d296fb4766c4297 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Thu, 6 Apr 2017 22:13:26 -0300 Subject: [PATCH] Included news in the installed apps --- amadeus/settings.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index 8ca2238..1245bc2 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -81,6 +81,7 @@ INSTALLED_APPS = [ 'api', 'reports', 'webconference', + 'news', ] MIDDLEWARE_CLASSES = [ -- libgit2 0.21.2