Commit 1d055369e8f2caf29f0cfbddaf6a6ea0c84f3ddd
1 parent
16bb6b6c
Exists in
master
and in
5 other branches
Include files urls #132
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
courses/urls.py
... | ... | @@ -27,6 +27,7 @@ urlpatterns = [ |
27 | 27 | url(r'^forum/', include('forum.urls', namespace = 'forum')), |
28 | 28 | url(r'^poll/', include('poll.urls', namespace = 'poll')), |
29 | 29 | url(r'^exam/', include('exam.urls', namespace = 'exam')), |
30 | + url(r'^files/', include('files.urls', namespace = 'file')), | |
30 | 31 | |
31 | 32 | |
32 | 33 | ... | ... |