remove slider urls

This commit is contained in:
Sanj 2012-05-21 12:32:52 +05:30
parent 11a7beecd1
commit 780c1b6743

View File

@ -50,8 +50,8 @@ urlpatterns = patterns('',
# Uncomment the next line to enable the admin: # Uncomment the next line to enable the admin:
(r'^admin/', include(admin.site.urls)), (r'^admin/', include(admin.site.urls)),
(r'^accounts/login/$', 'django.contrib.auth.views.login'), (r'^accounts/login/$', 'django.contrib.auth.views.login'),
(r'slider/(?P<id>\d+)/$', 'editor.views.show_slide'), # (r'slider/(?P<id>\d+)/$', 'editor.views.show_slide'),
(r'slider/', 'editor.views.show_slide2'), # (r'slider/', 'editor.views.show_slide2'),
) )
urlpatterns += patterns('django.views.generic.simple', urlpatterns += patterns('django.views.generic.simple',