Commit 604051d9e514ffafc1ae410b6c54b9371a014d67
1 parent
ecf10897
Exists in
master
and in
2 other branches
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,6 +47,7 @@ urlpatterns = [ | ||
47 | url(r'^i18n/', include('django.conf.urls.i18n')), | 47 | url(r'^i18n/', include('django.conf.urls.i18n')), |
48 | url(r'^analytics/', include('analytics.urls', namespace='analytics')), | 48 | url(r'^analytics/', include('analytics.urls', namespace='analytics')), |
49 | url(r'^dashboards/', include('dashboards.urls', namespace='dashboards')), | 49 | url(r'^dashboards/', include('dashboards.urls', namespace='dashboards')), |
50 | + url(r'^bulletin/', include('bulletin.urls', namespace='bulletin')), | ||
50 | #API | 51 | #API |
51 | url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), | 52 | url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), |
52 | #S3Direct | 53 | #S3Direct |