Commit ff398c6e8fd95c73f91d2db3686ebac81e781d8f
1 parent
0be1644a
Exists in
master
and in
2 other branches
Included news urls in the amadeus urls
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
amadeus/urls.py
... | ... | @@ -43,6 +43,7 @@ urlpatterns = [ |
43 | 43 | url(r'^links/', include('links.urls', namespace='links')), |
44 | 44 | url(r'^pdf_files/', include('pdf_file.urls', namespace='pdf_files')), |
45 | 45 | url(r'^webconferences/', include('webconference.urls', namespace = 'webconferences')), |
46 | + url(r'^news/', include('news.urls', namespace='news')), | |
46 | 47 | url(r'^i18n/', include('django.conf.urls.i18n')), |
47 | 48 | #API |
48 | 49 | url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), | ... | ... |