X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Furls.py;h=8ff01f93cbab0711ca0e3ba997918e641d09e2a7;hb=96cee46c470e64780546bd2a0a99859369b6634b;hp=6d22803fcc4f7bff41f3be6d3cf3d4f355707cdc;hpb=13d84b91e3804fc228f51874896c86d8c6aa02f1;p=myslice.git diff --git a/myslice/urls.py b/myslice/urls.py index 6d22803f..8ff01f93 100644 --- a/myslice/urls.py +++ b/myslice/urls.py @@ -23,7 +23,7 @@ platforms_view=portal.platformsview.PlatformsView.as_view() # maybe platforms_view would be best on the longer run the_default_view=home_view # where to be redirected after login -the_after_login_view=home_view #dashboard_view +the_after_login_view=dashboard_view # where to redirect when login is required # might need another one ? the_login_view=home_view @@ -59,12 +59,10 @@ urlpatterns = patterns( # Portal url(r'^sample/', include('sample.urls')), # Debug - url(r'^debug/', include('debug_platform.urls')), - # Static files - (r'^static/(?P.*)$', 'django.views.static.serve', {'document_root': settings.STATIC_ROOT}), +# url(r'^debug/', include('debug_platform.urls')), # # various trash views - bound to go away # - url(r'^trash/', include('trash.urls')), +# url(r'^trash/', include('trash.urls')), )