diff options
Diffstat (limited to 'example_project/urls.py')
-rw-r--r-- | example_project/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/urls.py b/example_project/urls.py index 0b72a1bc6..5fbe88542 100644 --- a/example_project/urls.py +++ b/example_project/urls.py @@ -25,5 +25,5 @@ urlpatterns += patterns('', ) urlpatterns += patterns('ishtar_common.views', - url(r'$', 'index', name='start'), + url(r'^$', 'index', name='start'), ) |