X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/539dff62b65caad814bb7c2744162823efd88068..0ee52e2ec5e267a0c73092202902707176f96e2e:/urls.py diff --git a/urls.py b/urls.py index 82f72f0..c90bca8 100644 --- a/urls.py +++ b/urls.py @@ -4,4 +4,5 @@ from django.shortcuts import render_to_response urlpatterns = patterns('', (r'^addsandwich/$', views.add_sandwich), + (r'^addingredient/$', views.add_ingredient), )