~kgodey/maayanwich.git
2010-07-25 Kriti Godeymoved media to media folder in app master
2010-04-23 Kriti Godeyminor changes to template
2010-04-23 Kriti GodeyModified templates a little for sandwich by user and...
2010-04-23 Kriti GodeyAdded an index instead of "all sandwiches", made custom...
2010-04-22 Kriti Godey"Edit user" template modified from "Create account...
2010-04-22 Kriti GodeyEditing user settings seems to work.
2010-04-22 Kriti GodeySome more redirects. Editing user settings does not...
2010-04-22 Kriti GodeyUpdated redirects.
2010-04-08 Kriti GodeyRedirects to error pages for most pages work. Still...
2010-04-06 Kriti GodeyEditing user settings works.
2010-03-19 Kriti GodeyDeleting sandwiches works.
2010-03-19 Kriti GodeyEditing a sandwich works fully.
2010-03-19 Kriti GodeyEditing a sandwich works, except for the ingredients.
2010-03-18 Kriti Godeyminor fixes
2010-03-18 Kriti GodeyEdit sandwich method added - not completely working...
2010-03-18 Kriti GodeyComments fully integrated.
2010-03-12 Kriti Godeyadded comment form plus number of comments.
2010-03-11 Kriti Godeyadded an error page for "you are not logged in"
2010-03-11 Kriti Godeyadd missing ingredients from the add sandwich form...
2010-03-11 Kriti GodeyAdded date picker to "date made" on "add sandwich"...
2010-03-10 Kriti GodeyIngredients auto complete, adding ingredients works...
2010-03-09 Kriti GodeyMade the CSS pretty (the CSS file hasn't been committed...
2010-03-08 Kriti Godeyadded a span to the add sandwich template
2010-03-08 Kriti GodeyURLs all read from urls.py file now, no hardcoded URLs
2010-03-05 Kriti GodeyAdded a better slugify function, monthly archives work...
2010-03-05 Kriti GodeyAdded a custom context processor (to pass in the contex...
2010-03-05 Kriti GodeyMade the user field on the sandwich auto fill in and...
2010-03-05 Kriti GodeyDefault view is now latest sandwich's month's sandwiche...
2010-03-05 Kriti Godeylogin, signup, logout and add sandwich buttons appear...
2010-03-05 Kriti GodeyAdded necessity for user authentication to add sandwich...
2010-03-05 Kriti Godeycleaned up invisibles
2010-03-04 Kriti GodeyFixed URLs of one-sandwich views. Fixed adding sandwiches.
2010-03-04 Kriti Godeyremoved sidebar.html - not in use
2010-03-04 Kriti GodeyStarted working on the skeleton of an actual website...
2010-03-04 Kriti GodeyModified URLS from "sandwich" to "sandwiches"
2010-03-04 Kriti GodeyMade URLs more RESTful.
2010-03-03 Kriti GodeyAdded the "create new user" view.
2010-03-03 Kriti GodeyAdded month view and url.
2010-03-02 Kriti GodeyLogin view works! Forms have been reshuffled (Django...
2010-03-02 Kriti GodeyAdded forms for login and new user account.
2010-03-02 Kriti GodeyAdded a single sandwich view + url pattern.
2010-03-02 Kriti GodeyAdded a view for "top 5 sandwiches", currently using...
2010-03-02 Kriti GodeyAdded a view for all sandwiches, and configured URLS...
2010-02-26 Kriti GodeyRemoved "Artist" model and all references to it - unnec...
2010-02-26 Kriti GodeyCustom form for adding ingredients works!
2010-02-26 Kriti GodeySandwich form actually adds things to the database...
2010-02-26 Kriti GodeyAdded a view for a form to add a sandwich, made a url...
2010-02-26 Kriti GodeyChanged "Patron" from char field to artist field.
2010-02-26 Kriti GodeyEdited Sandwich model to have a Patron and a user....
2010-02-24 Kriti GodeyStarted writing views and URLS - not done.
2010-02-24 Kriti GodeyAdded forms.py with forms for sandwich, artist and...
2010-02-24 Kriti GodeyAdded empty urls.py file.
2010-02-23 Kriti GodeyDeleted pyc files
2010-02-23 Kriti GodeyModels work! URLs not configured yet.
2010-02-23 Kriti GodeyThe project and app are up and running, but no code...