Commit 1ffe6d1885bc85b72f1044908a304f2f3a8b7710

Authored by ailsoncgt
1 parent e523a4e4

FileS app in settings.py #132

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