summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kriti Godey [Thu, 4 Mar 2010 22:06:09 +0000 (17:06 -0500)]
Fixed URLs of one-sandwich views. Fixed adding sandwiches.
Kriti Godey [Thu, 4 Mar 2010 20:48:37 +0000 (15:48 -0500)]
removed sidebar.html - not in use
Kriti Godey [Thu, 4 Mar 2010 20:46:25 +0000 (15:46 -0500)]
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.
Kriti Godey [Thu, 4 Mar 2010 18:31:58 +0000 (13:31 -0500)]
Modified URLS from "sandwich" to "sandwiches"
Kriti Godey [Thu, 4 Mar 2010 18:30:39 +0000 (13:30 -0500)]
Made URLs more RESTful.
Kriti Godey [Wed, 3 Mar 2010 22:52:36 +0000 (17:52 -0500)]
Added the "create new user" view.
Kriti Godey [Wed, 3 Mar 2010 21:32:02 +0000 (16:32 -0500)]
Added month view and url.
Kriti Godey [Tue, 2 Mar 2010 21:48:36 +0000 (16:48 -0500)]
Login view works! Forms have been reshuffled (Django apparently comes with built in forms for authentication.)
Kriti Godey [Tue, 2 Mar 2010 20:45:11 +0000 (15:45 -0500)]
Added forms for login and new user account.
Kriti Godey [Tue, 2 Mar 2010 20:36:04 +0000 (15:36 -0500)]
Added a single sandwich view + url pattern.
Kriti Godey [Tue, 2 Mar 2010 20:22:42 +0000 (15:22 -0500)]
Added a view for "top 5 sandwiches", currently using "all sandwiches" template.
Kriti Godey [Tue, 2 Mar 2010 20:13:53 +0000 (15:13 -0500)]
Added a view for all sandwiches, and configured URLS for it.
Kriti Godey [Fri, 26 Feb 2010 23:18:45 +0000 (18:18 -0500)]
Removed "Artist" model and all references to it - unnecessary!
Kriti Godey [Fri, 26 Feb 2010 23:10:52 +0000 (18:10 -0500)]
Custom form for adding ingredients works!
Kriti Godey [Fri, 26 Feb 2010 22:17:40 +0000 (17:17 -0500)]
Sandwich form actually adds things to the database now!
Kriti Godey [Fri, 26 Feb 2010 21:12:50 +0000 (16:12 -0500)]
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.
Kriti Godey [Fri, 26 Feb 2010 19:53:39 +0000 (14:53 -0500)]
Changed "Patron" from char field to artist field.
Kriti Godey [Fri, 26 Feb 2010 19:41:14 +0000 (14:41 -0500)]
Edited Sandwich model to have a Patron and a user. Added form stuff to views.py.
Kriti Godey [Wed, 24 Feb 2010 21:55:28 +0000 (16:55 -0500)]
Started writing views and URLS - not done.
Kriti Godey [Wed, 24 Feb 2010 21:41:22 +0000 (16:41 -0500)]
Added forms.py with forms for sandwich, artist and ingredient.
Kriti Godey [Wed, 24 Feb 2010 21:05:43 +0000 (16:05 -0500)]
Added empty urls.py file.
Kriti Godey [Tue, 23 Feb 2010 21:20:19 +0000 (16:20 -0500)]
Deleted pyc files
Kriti Godey [Tue, 23 Feb 2010 21:18:11 +0000 (16:18 -0500)]
Models work! URLs not configured yet.
Kriti Godey [Tue, 23 Feb 2010 20:00:59 +0000 (15:00 -0500)]
The project and app are up and running, but no code has been written yet.