Thu, 04 Feb 2010 22:34:22 +0530 |
nishanth |
renamed templates/error.html to templates/show_msg.html and made changes accordingly in views/user.
|
changeset |
files
|
Thu, 04 Feb 2010 22:30:30 +0530 |
nishanth |
added events/task.py and templates/error.html.
|
changeset |
files
|
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.
|
changeset |
files
|
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 .
|
changeset |
files
|
Thu, 04 Feb 2010 22:19:05 +0530 |
nishanth |
corrected a bug in task/view.html .
|
changeset |
files
|
Thu, 04 Feb 2010 22:17:36 +0530 |
anoop |
corrected views.user.register method .
|
changeset |
files
|
Thu, 04 Feb 2010 22:16:00 +0530 |
anoop |
imposed a filter on username that it contains only alphabets and numbers.
|
changeset |
files
|
Thu, 04 Feb 2010 22:14:34 +0530 |
anoop |
added views, templates for register, login, logout user.
|
changeset |
files
|
Thu, 04 Feb 2010 22:12:48 +0530 |
nishanth |
created forms, views, templates, actions for home_page, browse_task.
|
changeset |
files
|
Thu, 04 Feb 2010 22:06:22 +0530 |
nishanth |
corrected admin.py
|
changeset |
files
|
Thu, 04 Feb 2010 19:42:35 +0530 |
nishanth |
removed views.py and made it a package. added auth_profile to settings.py
|
changeset |
files
|
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
|
changeset |
files
|