Commit 5968b3dafa7f3ed58f0bc0d34e981f3738e5a406
1 parent
b668a4ce
Exists in
master
and in
5 other branches
ActivitFile's url
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
amadeus/urls.py
... | ... | @@ -26,6 +26,9 @@ urlpatterns = [ |
26 | 26 | url(r'^forum/', include('forum.urls', namespace = 'forum')), |
27 | 27 | url(r'^admin/', admin.site.urls), |
28 | 28 | url(r'^', include('core.urls', namespace = 'core')), |
29 | + | |
30 | + #S3Direct | |
31 | + url(r'^s3direct/', include('s3direct.urls')), | |
29 | 32 | ] |
30 | 33 | |
31 | 34 | urlpatterns += static(settings.MEDIA_URL, document_root = settings.MEDIA_ROOT) | ... | ... |