Added a view for a form to add a sandwich, made a url for it and made a templates...
authorKriti Godey <kriti.godey@gmail.com>
Fri, 26 Feb 2010 21:12:50 +0000 (16:12 -0500)
committerKriti Godey <kriti.godey@gmail.com>
Fri, 26 Feb 2010 21:12:50 +0000 (16:12 -0500)
commit6d140a50c835a7008a81cb395fd244d8aa8b6294
tree4317fd07c6f9bd7811b8a3f4c445be52c64a9a5d
parent28d54a19591ab7f18b0535e7836a01a48d5dc6c7
Added a view for a form to add a sandwich, made a url for it and made a templates folder with a template for the sandwich-adding.
templates/sandwich.html [new file with mode: 0644]
urls.py
views.py