nishanth [Thu, 04 Feb 2010 22:21:44 +0530] rev 17
renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
nishanth [Thu, 04 Feb 2010 22:19:05 +0530] rev 16
corrected a bug in task/view.html .
anoop [Thu, 04 Feb 2010 22:17:36 +0530] rev 15
corrected views.user.register method .
anoop [Thu, 04 Feb 2010 22:16:00 +0530] rev 14
imposed a filter on username that it contains only alphabets and numbers.
anoop [Thu, 04 Feb 2010 22:14:34 +0530] rev 13
added views, templates for register, login, logout user.
nishanth [Thu, 04 Feb 2010 22:12:48 +0530] rev 12
created forms, views, templates, actions for home_page, browse_task.