urls.py
Fri, 12 Feb 2010 23:30:57 +0530 nishanth added help_text and verbose_name to models where required and removed import of seed_db from urls.py
Fri, 12 Feb 2010 23:09:11 +0530 nishanth removed seed_db from utils and added it as a command for manage.py and removed url corresponding to seed_db .
Fri, 05 Feb 2010 17:21:00 +0530 nishanth made urls.py look better and added an empty method edit_task to taskViews .
Fri, 05 Feb 2010 17:11:18 +0530 nishanth added edit task url to urls.py and removed add_task url .
Fri, 05 Feb 2010 15:40:47 +0530 nishanth modified createUser method in events/user.py .
Thu, 04 Feb 2010 23:19:15 +0530 anoop added browse users functionality, added user/browse.html, fixed view my profile template.
Thu, 04 Feb 2010 23:16:46 +0530 nishanth resolved merging conflicts in urls.py .
Thu, 04 Feb 2010 23:15:37 +0530 nishanth added the functionality to assign a task to one of the claimed users.
Thu, 04 Feb 2010 23:12:07 +0530 anoop added view profile and edit profile functionalities.
Thu, 04 Feb 2010 23:10:30 +0530 nishanth addded link to view claims in 'view task' page .
Thu, 04 Feb 2010 22:37:15 +0530 nishanth implemented "add another mentor" functionality to a task.
Thu, 04 Feb 2010 22:27:47 +0530 nishanth implemented create task view which needed task.py in events. added a method show_msg to views/user.py and used it in logoff view.
Thu, 04 Feb 2010 22:21:44 +0530 nishanth renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
Thu, 04 Feb 2010 22:14:34 +0530 anoop added views, templates for register, login, logout user.
Thu, 04 Feb 2010 22:12:48 +0530 nishanth created forms, views, templates, actions for home_page, browse_task.
Thu, 04 Feb 2010 19:34:03 +0530 nishanth removed views.py from taskapp and created a package views. added auth_profile setting to settings.py
Sun, 24 Jan 2010 15:43:19 +0530 Nishanth Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
Sun, 24 Jan 2010 13:47:05 +0530 Nishanth Initial commit that has bare minimum django project files.
less more (0) tip