Added the "create new user" view.
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index a2a7ff7..84cb5ae 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -5,6 +5,7 @@ from django.shortcuts import render_to_response
 urlpatterns = patterns('',
        (r'^addsandwich/$', views.add_sandwich),
        (r'^login/$', views.login_view),
+       (r'^newuser/$', views.create_user),
        (r'^addingredient/$', views.add_ingredient),
        (r'^allsandwiches/$', views.all_sandwich),
        (r'^newsandwiches/$', views.newsandwiches),