summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py
index 5ce5a924d8..534679dc50 100644
--- a/bitbake/lib/toaster/toastermain/urls.py
+++ b/bitbake/lib/toaster/toastermain/urls.py
@@ -45,7 +45,7 @@ urlpatterns = patterns('',
45 url(r'^orm/eventfile$', 'bldcollector.views.eventfile'), 45 url(r'^orm/eventfile$', 'bldcollector.views.eventfile'),
46 46
47 # if no application is selected, we have the magic toastergui app here 47 # if no application is selected, we have the magic toastergui app here
48 url(r'^$', never_cache(RedirectView.as_view(url='/toastergui/'))), 48 url(r'^$', never_cache(RedirectView.as_view(url='/toastergui/', permanent=True))),
49) 49)
50 50
51import toastermain.settings 51import toastermain.settings