From 49add0fe95115874769c37992d91b1c963191c58 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 14:56:20 +0530 Subject: Added an app for tasks and stuff --- taskapp/views.py | 1 + 1 file changed, 1 insertion(+) create mode 100755 taskapp/views.py (limited to 'taskapp/views.py') diff --git a/taskapp/views.py b/taskapp/views.py new file mode 100755 index 0000000..60f00ef --- /dev/null +++ b/taskapp/views.py @@ -0,0 +1 @@ +# Create your views here. -- cgit