git://git.onelab.eu
/
myslice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fac5ed
)
comment out the sla part of urls.py, that
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 19 Feb 2015 15:26:34 +0000
(16:26 +0100)
committer
Thierry 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
patch
|
blob
|
history
diff --git
a/myslice/urls.py
b/myslice/urls.py
index
da697cf
..
ca150a4
100644
(file)
--- 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