summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kriti Godey [Thu, 11 Mar 2010 21:49:54 +0000 (16:49 -0500)]
add missing ingredients from the add sandwich form, static URLS replaced, and some redirects instead of success pages.
Kriti Godey [Thu, 11 Mar 2010 19:32:42 +0000 (14:32 -0500)]
Added date picker to "date made" on "add sandwich" template.
Kriti Godey [Wed, 10 Mar 2010 02:17:42 +0000 (21:17 -0500)]
Ingredients auto complete, adding ingredients works. Some template tweaks.
Kriti Godey [Tue, 9 Mar 2010 18:01:32 +0000 (13:01 -0500)]
Made the CSS pretty (the CSS file hasn't been committed yet), plus added comment displays.
Kriti Godey [Mon, 8 Mar 2010 22:02:51 +0000 (17:02 -0500)]
added a span to the add sandwich template
Kriti Godey [Mon, 8 Mar 2010 21:44:07 +0000 (16:44 -0500)]
URLs all read from urls.py file now, no hardcoded URLs
Kriti Godey [Fri, 5 Mar 2010 22:28:11 +0000 (17:28 -0500)]
Added a better slugify function, monthly archives work, notes are optional now.
Kriti Godey [Fri, 5 Mar 2010 21:17:34 +0000 (16:17 -0500)]
Added a custom context processor (to pass in the context required for the sidebar), and made image display depend on whether an image actually existed.
Kriti Godey [Fri, 5 Mar 2010 04:53:13 +0000 (23:53 -0500)]
Made the user field on the sandwich auto fill in and removed it from the displayed form.
Kriti Godey [Fri, 5 Mar 2010 04:33:29 +0000 (23:33 -0500)]
Default view is now latest sandwich's month's sandwiches. Fixed other minor things.
Kriti Godey [Fri, 5 Mar 2010 04:13:58 +0000 (23:13 -0500)]
login, signup, logout and add sandwich buttons appear according to whether a user is logged in. also, logout works.
Kriti Godey [Fri, 5 Mar 2010 03:48:49 +0000 (22:48 -0500)]
Added necessity for user authentication to add sandwich, ingredient, and templated up the monthly view.
Kriti Godey [Fri, 5 Mar 2010 01:49:08 +0000 (20:49 -0500)]
cleaned up invisibles
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.