comment out the sla part of urls.py, that
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Feb 2015 15:26:34 +0000 (16:26 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Feb 2015 15:26:34 +0000 (16:26 +0100)
(*) is dedicated to f4f, and
(*) crashes the server as apparently it references missing source files

myslice/urls.py

index da697cf..ca150a4 100644 (file)
@@ -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