diff options
author | Nishanth | 2010-01-24 15:43:19 +0530 |
---|---|---|
committer | Nishanth | 2010-01-24 15:43:19 +0530 |
commit | 10fb5c9e18a9f66c364bb186d403551a3845157b (patch) | |
tree | bb605a6f0670fa214b2b963743fa212bfd871fa2 /taskapp/views.py | |
parent | fe42dd79dc27fc0ff63e65105decfc5dc34e1a6a (diff) | |
download | pytask-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.py | 1 |
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. |