From: Thierry Parmentelat Date: Thu, 19 Feb 2015 15:26:34 +0000 (+0100) Subject: comment out the sla part of urls.py, that X-Git-Tag: myslice-1.3~88^2~3 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=b022a94160269e4ba0967517bce8281f2568b79b comment out the sla part of urls.py, that (*) is dedicated to f4f, and (*) crashes the server as apparently it references missing source files --- diff --git a/myslice/urls.py b/myslice/urls.py index da697cf7..ca150a40 100644 --- a/myslice/urls.py +++ b/myslice/urls.py @@ -132,7 +132,7 @@ urls = [ url(r'^portal/', include('portal.urls')), # SLA - url(r'^sla/', include('sla.urls')), +# url(r'^sla/', include('sla.urls')), ] #this one would not match the convention