fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Usunięcie komunikatów do debugowania z xslt.js.
[redakcja.git]
/
platforma
/
urls.py
diff --git
a/platforma/urls.py
b/platforma/urls.py
index
a5667bb
..
8100a18
100755
(executable)
--- a/
platforma/urls.py
+++ b/
platforma/urls.py
@@
-32,7
+32,7
@@
urlpatterns = patterns('',
# Our über-restful api
# url(r'^api/', include('api.urls')),
# Our über-restful api
# url(r'^api/', include('api.urls')),
- url(r'^gallery/(?P<d
ocument
>[^/]+)$', 'explorer.views.document_gallery'),
+ url(r'^gallery/(?P<d
irectory
>[^/]+)$', 'explorer.views.document_gallery'),
# Static files (should be served by Apache)
url(r'^%s(?P<path>.+)$' % settings.MEDIA_URL[1:], 'django.views.static.serve',
# Static files (should be served by Apache)
url(r'^%s(?P<path>.+)$' % settings.MEDIA_URL[1:], 'django.views.static.serve',