summaryrefslogtreecommitdiff
path: root/taskapp/views.py
diff options
context:
space:
mode:
authorNishanth2010-01-24 15:43:19 +0530
committerNishanth2010-01-24 15:43:19 +0530
commit10fb5c9e18a9f66c364bb186d403551a3845157b (patch)
treebb605a6f0670fa214b2b963743fa212bfd871fa2 /taskapp/views.py
parentfe42dd79dc27fc0ff63e65105decfc5dc34e1a6a (diff)
downloadpytask-10fb5c9e18a9f66c364bb186d403551a3845157b.tar.gz
pytask-10fb5c9e18a9f66c364bb186d403551a3845157b.tar.bz2
pytask-10fb5c9e18a9f66c364bb186d403551a3845157b.zip
Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
Diffstat (limited to 'taskapp/views.py')
-rw-r--r--taskapp/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taskapp/views.py b/taskapp/views.py
new file mode 100644
index 0000000..60f00ef
--- /dev/null
+++ b/taskapp/views.py
@@ -0,0 +1 @@
+# Create your views here.