Commit ba3bf72d9141546513cb2a89ba0ba32b6650edbc
1 parent
ebae5772
Exists in
master
and in
2 other branches
added url and app to project
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
amadeus/settings.py
amadeus/urls.py
@@ -45,6 +45,7 @@ urlpatterns = [ | @@ -45,6 +45,7 @@ urlpatterns = [ | ||
45 | url(r'^webconferences/', include('webconference.urls', namespace = 'webconferences')), | 45 | url(r'^webconferences/', include('webconference.urls', namespace = 'webconferences')), |
46 | url(r'^news/', include('news.urls', namespace='news')), | 46 | url(r'^news/', include('news.urls', namespace='news')), |
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 | #API | 49 | #API |
49 | url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), | 50 | url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), |
50 | #S3Direct | 51 | #S3Direct |