fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dodanie skryptu do przycinania obrazków.
[redakcja.git]
/
project
/
urls.py
diff --git
a/project/urls.py
b/project/urls.py
index
ce2f6b5
..
ae7a636
100644
(file)
--- a/
project/urls.py
+++ b/
project/urls.py
@@
-23,11
+23,15
@@
urlpatterns = patterns('',
url(r'^editor/'+PATH_SEC+'/panel/(?P<name>[a-z]+)/$', 'explorer.views.panel_view', name='panel_view'),
url(r'^editor/'+PATH_END, 'explorer.views.display_editor', name='editor_view'),
url(r'^editor/'+PATH_SEC+'/panel/(?P<name>[a-z]+)/$', 'explorer.views.panel_view', name='panel_view'),
url(r'^editor/'+PATH_END, 'explorer.views.display_editor', name='editor_view'),
+ url(r'^editor/'+PATH_SEC+'/split$', 'explorer.views.split_text'),
+ url(r'^editor/'+PATH_SEC+'/split-success',
+ 'explorer.views.split_success', name='split-success'),
+
url(r'^editor/'+PATH_SEC+'/print/html$', 'explorer.views.print_html'),
url(r'^editor/'+PATH_SEC+'/print/xml$', 'explorer.views.print_xml'),
# Task managment
url(r'^editor/'+PATH_SEC+'/print/html$', 'explorer.views.print_html'),
url(r'^editor/'+PATH_SEC+'/print/xml$', 'explorer.views.print_xml'),
# Task managment
- url(r'^manager/pull-requests$', 'explorer.views.pull_requests'),
+
#
url(r'^manager/pull-requests$', 'explorer.views.pull_requests'),
# Admin panel
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Admin panel
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),