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