From: zuber Date: Tue, 20 Oct 2009 12:04:20 +0000 (+0200) Subject: Usunięcie nieużywanych urlpatterns. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/de4a58ffa2b1268afa1764b8c54a82d96a7875f6?ds=inline;hp=--cc Usunięcie nieużywanych urlpatterns. --- de4a58ffa2b1268afa1764b8c54a82d96a7875f6 diff --git a/platforma/urls.py b/platforma/urls.py index 00a2784d..5ff1b6af 100644 --- a/platforma/urls.py +++ b/platforma/urls.py @@ -15,25 +15,12 @@ urlpatterns = patterns('', url(r'^managment/pull-requests$', 'explorer.views.pull_requests'), - -# url(r'^images/(?P[^/]+)/$', 'explorer.views.folder_images', name='folder_image'), -# url(r'^images/$', 'explorer.views.folder_images', {'folder': '.'}, name='folder_image_ajax'), - + # Editor panels - # url(r'^editor/'+PATH_SEC+'/panel/(?P[a-z]+)/$', 'explorer.views.panel_view', name='panel_view'), url(r'^editor/'+PATH_END, 'explorer.views.display_editor', name='editor_view'), url(r'^editor/$', 'explorer.views.file_list', name='editor_base'), - # 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'), - url(r'^file/(?P[^/]+)/print$', 'explorer.views.print_html', name="file_print"), - # Task managment - # url(r'^manager/pull-requests$', 'explorer.views.pull_requests'), # Admin panel url(r'^admin/doc/', include('django.contrib.admindocs.urls')),