diff options
author | nishanth | 2010-02-04 19:42:35 +0530 |
---|---|---|
committer | nishanth | 2010-02-04 19:42:35 +0530 |
commit | a09ed0c3a1b8cede8fe8b802597b926e060d136d (patch) | |
tree | a3fcf532c8c3c1da8e1a4d29638c3e9583ede82c /taskapp/views.py | |
parent | d405887643230b37fa44f05f61a102580c19d0a5 (diff) | |
download | pytask-a09ed0c3a1b8cede8fe8b802597b926e060d136d.tar.gz pytask-a09ed0c3a1b8cede8fe8b802597b926e060d136d.tar.bz2 pytask-a09ed0c3a1b8cede8fe8b802597b926e060d136d.zip |
removed views.py and made it a package. added auth_profile to settings.py
Diffstat (limited to 'taskapp/views.py')
-rw-r--r-- | taskapp/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/taskapp/views.py b/taskapp/views.py deleted file mode 100644 index 60f00ef..0000000 --- a/taskapp/views.py +++ /dev/null @@ -1 +0,0 @@ -# Create your views here. |