Login view works! Forms have been reshuffled (Django apparently comes with built...
authorKriti Godey <kriti.godey@gmail.com>
Tue, 2 Mar 2010 21:48:36 +0000 (16:48 -0500)
committerKriti Godey <kriti.godey@gmail.com>
Tue, 2 Mar 2010 21:48:36 +0000 (16:48 -0500)
commitcf85775b60d096583ec64a257e8a6afe47e21cd2
tree0b837b43477c311f6a12c2c10f3fbee538844ac7
parent6acbe6be55d6d2d2ed741af86cea494034359445
Login view works! Forms have been reshuffled (Django apparently comes with built in forms for authentication.)
forms.py
templates/allsandwiches.html
templates/login.html [new file with mode: 0644]
templates/onesandwich.html
urls.py
views.py