empty url too

This commit is contained in:
j 2010-12-01 00:36:55 +01:00
parent fd9b50e2dc
commit 4cdf187b06

View file

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