comment out the sla part of urls.py, that
[unfold.git] / 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