really empty url too

This commit is contained in:
j 2010-12-01 00:40:31 +01:00
parent 4cdf187b06
commit dbde1770f3

View file

@ -39,6 +39,6 @@ if settings.DEBUG:
)
urlpatterns += patterns('',
(r'^[A-Z0-9].*$', 'app.views.index'),
(r'$', 'app.views.index'),
(r'^$', 'app.views.index'),
)