summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastermain/urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py
index 26ad3a2620..521588a6ad 100644
--- a/bitbake/lib/toaster/toastermain/urls.py
+++ b/bitbake/lib/toaster/toastermain/urls.py
@@ -40,6 +40,10 @@ urlpatterns = patterns('',
40 # url(r'^admin/doc/', include('django.contrib.admindocs.urls')), 40 # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
41 41
42 42
43 # This is here to maintain backward compatibility and will be deprecated
44 # in the future.
45 url(r'^orm/eventfile$', 'bldcollector.views.eventfile'),
46
43 # 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
44 url(r'^$', never_cache(RedirectView.as_view(url='/toastergui/'))), 48 url(r'^$', never_cache(RedirectView.as_view(url='/toastergui/'))),
45) 49)