X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/2cc7186840aa440de15f8926c3069c9fcc8cdf10..799a2ef9956edf518979879e0f29e4ac757ff791:/urls.py diff --git a/urls.py b/urls.py index e69de29..be8af48 100644 --- a/urls.py +++ b/urls.py @@ -0,0 +1,5 @@ +from django.conf.urls.defaults import * + +urlpatterns = patterns('', + (r'^addsandwich/$', 'views.add_sandwich'), +)