Started writing views and URLS - not done.
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index e69de29..be8af48 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -0,0 +1,5 @@
+from django.conf.urls.defaults import *
+
+urlpatterns = patterns('',
+    (r'^addsandwich/$', 'views.add_sandwich'),
+)