Started working on the skeleton of an actual website. Created barebones templates...
authorKriti Godey <kriti.godey@gmail.com>
Thu, 4 Mar 2010 20:46:25 +0000 (15:46 -0500)
committerKriti Godey <kriti.godey@gmail.com>
Thu, 4 Mar 2010 20:46:25 +0000 (15:46 -0500)
commit735e53fa41a4911c1464a25ed0f24ac8769b878f
treecfb2743cadbad1f07aa3261c66cfe8b997540609
parentd9db56e5acb06105b3cd05cc682936003500597d
Started working on the skeleton of an actual website. Created barebones templates for all sandwiches, adding sandwiches, login, signup, adding ingredients and sandwiches by slug.
templates/allsandwiches.html
templates/base.html [new file with mode: 0644]
templates/ingredient.html
templates/login.html
templates/newuser.html
templates/onesandwich.html
templates/sandwich.html
templates/sidebar.html [new file with mode: 0644]
urls.py
views.py