From 18aba81ea48490e67da80417b7557a66465eb0b8 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Thu, 6 Oct 2016 11:59:21 -0300 Subject: [PATCH] Adding the app to the setting.py [Issue #126] --- amadeus/settings.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index daab50d..956b444 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -56,6 +56,7 @@ INSTALLED_APPS = [ 'forum', 'poll', 'avaliacao', + 'links', ] -- libgit2 0.21.2