Commit e523a4e4d8fe6510f5b76d9115ca49d0ecb2c07d

Authored by ailsoncgt
1 parent 53603b17

Files app in settings.py #132

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