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/models.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 taskapp/models.py (limited to 'taskapp/models.py') diff --git a/taskapp/models.py b/taskapp/models.py new file mode 100755 index 0000000..71a8362 --- /dev/null +++ b/taskapp/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. -- cgit