From de74e090630e2e4212ee6302630220932029ca22 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 7 Dec 2010 19:56:12 +0100 Subject: [PATCH] ra --- pandora/urls.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora/urls.py b/pandora/urls.py index 3aeff6a49..5d3a55e92 100644 --- a/pandora/urls.py +++ b/pandora/urls.py @@ -42,3 +42,6 @@ urlpatterns += patterns('', (r'^$', 'app.views.index'), ) +urlpatterns = +patterns('django.views.generic.simple', + ('^ra$', 'redirect_to', {'url': '/'}), +)