go right to the dashboard after login
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 2 Oct 2013 08:45:59 +0000 (10:45 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 2 Oct 2013 08:45:59 +0000 (10:45 +0200)
myslice/urls.py

index 2745f95..de14785 100644 (file)
@@ -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