Commit 18aba81ea48490e67da80417b7557a66465eb0b8

Authored by Gustavo Bernardo
1 parent f93a3aa6

Adding the app to the setting.py [Issue #126]

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
amadeus/settings.py
@@ -56,6 +56,7 @@ INSTALLED_APPS = [ @@ -56,6 +56,7 @@ INSTALLED_APPS = [
56 'forum', 56 'forum',
57 'poll', 57 'poll',
58 'avaliacao', 58 'avaliacao',
  59 + 'links',
59 60
60 ] 61 ]
61 62