Galeria z przeciąganiem obrazków.
[redakcja.git] / platforma / urls.py
index 495c735..a5667bb 100755 (executable)
@@ -32,6 +32,8 @@ urlpatterns = patterns('',
     # Our über-restful api
     # url(r'^api/', include('api.urls')),
     
+    url(r'^gallery/(?P<document>[^/]+)$', 'explorer.views.document_gallery'),
+    
     # Static files (should be served by Apache)
     url(r'^%s(?P<path>.+)$' % settings.MEDIA_URL[1:], 'django.views.static.serve',
         {'document_root': settings.MEDIA_ROOT, 'show_indexes': True}),