diff options
Diffstat (limited to 'tests/urls.py')
| -rw-r--r-- | tests/urls.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/urls.py b/tests/urls.py index 562ebd2..4bed492 100644 --- a/tests/urls.py +++ b/tests/urls.py @@ -23,5 +23,6 @@ urlpatterns = patterns('tests.views',      url(r'^regular/(?P<title>.*)/$', 'regular_view'),      url(r'^non_ascii_context/$', 'non_ascii_context'),      url(r'^non_ascii_request/$', 'regular_view', {'title': NonAsciiRepr()}), +    url(r'^new_user/$', 'new_user'),      url(r'^execute_sql/$', 'execute_sql'),  ) | 
