Commit 604051d9e514ffafc1ae410b6c54b9371a014d67

Authored by Gustavo
1 parent ecf10897

Included bulletin urls in amadeus urls

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
amadeus/urls.py
... ... @@ -47,6 +47,7 @@ urlpatterns = [
47 47 url(r'^i18n/', include('django.conf.urls.i18n')),
48 48 url(r'^analytics/', include('analytics.urls', namespace='analytics')),
49 49 url(r'^dashboards/', include('dashboards.urls', namespace='dashboards')),
  50 + url(r'^bulletin/', include('bulletin.urls', namespace='bulletin')),
50 51 #API
51 52 url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
52 53 #S3Direct
... ...