From b022a94160269e4ba0967517bce8281f2568b79b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 19 Feb 2015 16:26:34 +0100 Subject: [PATCH] comment out the sla part of urls.py, that (*) is dedicated to f4f, and (*) crashes the server as apparently it references missing source files --- myslice/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0