Commit ecf108979b7108fcb749bd5a629ffff9c468a0ad

Authored by Gustavo
1 parent c3ce4290

Included bulletin app in settings

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
amadeus/settings.py
... ... @@ -84,6 +84,7 @@ INSTALLED_APPS = [
84 84 'news',
85 85 'analytics',
86 86 'dashboards',
  87 + 'bulletin',
87 88 ]
88 89  
89 90 MIDDLEWARE_CLASSES = [
... ...