X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/38343a3fc11f5509c8522fec94c0ae7085b7244f..998977e74882d0c12413d7bc08c8475a78afbf18:/project/urls.py diff --git a/project/urls.py b/project/urls.py index c3b14c87..3b75849b 100644 --- a/project/urls.py +++ b/project/urls.py @@ -10,8 +10,9 @@ urlpatterns = patterns('', # Example: url(r'^$', 'explorer.views.file_list', name='file_list'), url(r'^file/(?P[^/]+)/$', 'explorer.views.file_xml', name='file_xml'), - url(r'^html/(?P[^/]+)/', 'explorer.views.file_html', name='file_html'), - + url(r'^html/(?P[^/]+)/$', 'explorer.views.file_html', name='file_html'), + url(r'^images/(?P[^/]+)/$', 'explorer.views.folder_images', name='folder_image'), + # Admin panel url(r'^admin/doc/', include('django.contrib.admindocs.urls')), url(r'^admin/(.*)', admin.site.root),