From 8b4e06eabf120d3593c72b129f7dc84c62e10ec5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 26 May 2014 22:53:09 +0200 Subject: [PATCH] urls: remove commented code --- portail_citoyen2/urls.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/portail_citoyen2/urls.py b/portail_citoyen2/urls.py index 0c33087..6148865 100644 --- a/portail_citoyen2/urls.py +++ b/portail_citoyen2/urls.py @@ -14,10 +14,6 @@ urlpatterns = patterns('portail_citoyen2.views', url(r'^stats/$', 'stats'), ) -# urlpatterns = patterns('', -# url(r'^authsaml2/$', include('authentic2.authsaml2.urls')), -# ) - if settings.DEBUG: urlpatterns += patterns('', url(r'^media/(?P.*)$', 'django.views.static.serve',