forked from 0x2620/pandora
empty url too
This commit is contained in:
parent
fd9b50e2dc
commit
4cdf187b06
1 changed files with 1 additions and 0 deletions
|
@ -39,5 +39,6 @@ if settings.DEBUG:
|
||||||
)
|
)
|
||||||
urlpatterns += patterns('',
|
urlpatterns += patterns('',
|
||||||
(r'^[A-Z0-9].*$', 'app.views.index'),
|
(r'^[A-Z0-9].*$', 'app.views.index'),
|
||||||
|
(r'$', 'app.views.index'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue