fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nearly working version
[redakcja.git]
/
apps
/
dvcs
/
urls.py
diff --git
a/apps/dvcs/urls.py
b/apps/dvcs/urls.py
deleted file mode 100644
(file)
index
d1e1e29
..0000000
--- a/
apps/dvcs/urls.py
+++ /dev/null
@@
-1,6
+0,0 @@
-# -*- coding: utf-8
-from django.conf.urls.defaults import *
-
-urlpatterns = patterns('dvcs.views',
- url(r'^data/(?P<document_id>[^/]+)/(?P<version>.*)$', 'document_data', name='storage_document_data'),
-)