X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Furls.py;h=67865e79067d6a58ab6b803c286366c6ead747de;hb=c99f1bd98ff355bd3f63b4929739ea5bd92cd6a3;hp=2638e4dfc974a81f362a4f1a582da29a999c64a6;hpb=e49329b43a640671476f2a793bde1d40b57e4d2e;p=unfold.git diff --git a/myslice/urls.py b/myslice/urls.py index 2638e4df..67865e79 100644 --- a/myslice/urls.py +++ b/myslice/urls.py @@ -89,6 +89,9 @@ urls = [ (r'^testbeds/(?P[^/]+)/?$', portal.slicetabtestbeds.SliceTabTestbeds.as_view()), (r'^experiment/(?P[^/]+)/?$', portal.slicetabexperiment.ExperimentView.as_view()), url(r'^portal/', include('portal.urls')), + + # SLA + url(r'^sla/', include('sla.urls')), ] #this one would not match the convention