~kgodey/maayanwich.git
14 years agoadded a span to the add sandwich template
Kriti Godey [Mon, 8 Mar 2010 22:02:51 +0000 (17:02 -0500)]
added a span to the add sandwich template

14 years agoURLs all read from urls.py file now, no hardcoded URLs
Kriti Godey [Mon, 8 Mar 2010 21:44:07 +0000 (16:44 -0500)]
URLs all read from urls.py file now, no hardcoded URLs

14 years agoAdded a better slugify function, monthly archives work, notes are optional now.
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.

14 years agoAdded a custom context processor (to pass in the context required for the sidebar...
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.

14 years agoMade the user field on the sandwich auto fill in and removed it from the displayed...
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.

14 years agoDefault view is now latest sandwich's month's sandwiches. Fixed other minor things.
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.

14 years agologin, signup, logout and add sandwich buttons appear according to whether a user...
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.

14 years agoAdded necessity for user authentication to add sandwich, ingredient, and templated...
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.

14 years agocleaned up invisibles
Kriti Godey [Fri, 5 Mar 2010 01:49:08 +0000 (20:49 -0500)]
cleaned up invisibles

14 years agoFixed URLs of one-sandwich views. Fixed adding sandwiches.
Kriti Godey [Thu, 4 Mar 2010 22:06:09 +0000 (17:06 -0500)]
Fixed URLs of one-sandwich views. Fixed adding sandwiches.

14 years agoremoved sidebar.html - not in use
Kriti Godey [Thu, 4 Mar 2010 20:48:37 +0000 (15:48 -0500)]
removed sidebar.html - not in use

14 years agoStarted working on the skeleton of an actual website. Created barebones templates...
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.

14 years agoModified URLS from "sandwich" to "sandwiches"
Kriti Godey [Thu, 4 Mar 2010 18:31:58 +0000 (13:31 -0500)]
Modified URLS from "sandwich" to "sandwiches"

14 years agoMade URLs more RESTful.
Kriti Godey [Thu, 4 Mar 2010 18:30:39 +0000 (13:30 -0500)]
Made URLs more RESTful.

14 years agoAdded the "create new user" view.
Kriti Godey [Wed, 3 Mar 2010 22:52:36 +0000 (17:52 -0500)]
Added the "create new user" view.

14 years agoAdded month view and url.
Kriti Godey [Wed, 3 Mar 2010 21:32:02 +0000 (16:32 -0500)]
Added month view and url.

14 years agoLogin view works! Forms have been reshuffled (Django apparently comes with built...
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.)

14 years agoAdded forms for login and new user account.
Kriti Godey [Tue, 2 Mar 2010 20:45:11 +0000 (15:45 -0500)]
Added forms for login and new user account.

14 years agoAdded a single sandwich view + url pattern.
Kriti Godey [Tue, 2 Mar 2010 20:36:04 +0000 (15:36 -0500)]
Added a single sandwich view + url pattern.

14 years agoAdded a view for "top 5 sandwiches", currently using "all sandwiches" template.
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.

14 years agoAdded a view for all sandwiches, and configured URLS for it.
Kriti Godey [Tue, 2 Mar 2010 20:13:53 +0000 (15:13 -0500)]
Added a view for all sandwiches, and configured URLS for it.

14 years agoRemoved "Artist" model and all references to it - unnecessary!
Kriti Godey [Fri, 26 Feb 2010 23:18:45 +0000 (18:18 -0500)]
Removed "Artist" model and all references to it - unnecessary!

14 years agoCustom form for adding ingredients works!
Kriti Godey [Fri, 26 Feb 2010 23:10:52 +0000 (18:10 -0500)]
Custom form for adding ingredients works!

14 years agoSandwich form actually adds things to the database now!
Kriti Godey [Fri, 26 Feb 2010 22:17:40 +0000 (17:17 -0500)]
Sandwich form actually adds things to the database now!

14 years agoAdded a view for a form to add a sandwich, made a url for it and made a templates...
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.

14 years agoChanged "Patron" from char field to artist field.
Kriti Godey [Fri, 26 Feb 2010 19:53:39 +0000 (14:53 -0500)]
Changed "Patron" from char field to artist field.

14 years agoEdited Sandwich model to have a Patron and a user. Added form stuff to views.py.
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.

14 years agoStarted writing views and URLS - not done.
Kriti Godey [Wed, 24 Feb 2010 21:55:28 +0000 (16:55 -0500)]
Started writing views and URLS - not done.

14 years agoAdded forms.py with forms for sandwich, artist and ingredient.
Kriti Godey [Wed, 24 Feb 2010 21:41:22 +0000 (16:41 -0500)]
Added forms.py with forms for sandwich, artist and ingredient.

14 years agoAdded empty urls.py file.
Kriti Godey [Wed, 24 Feb 2010 21:05:43 +0000 (16:05 -0500)]
Added empty urls.py file.

14 years agoDeleted pyc files
Kriti Godey [Tue, 23 Feb 2010 21:20:19 +0000 (16:20 -0500)]
Deleted pyc files

14 years agoModels work! URLs not configured yet.
Kriti Godey [Tue, 23 Feb 2010 21:18:11 +0000 (16:18 -0500)]
Models work! URLs not configured yet.

14 years agoThe project and app are up and running, but no code has been written 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.