pytask/taskapp/views/__init__.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 19:38:41 +0530
changeset 550 a606a40584f7
parent 538 478c7fc9a223
permissions -rwxr-xr-x
Base views should take keyword arguments and should use them for URLs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
538
478c7fc9a223 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
"""Package containing the views related to tasks and textbooks.
478c7fc9a223 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
"""
478c7fc9a223 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
478c7fc9a223 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
__authors__ = [
478c7fc9a223 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
478c7fc9a223 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
    ]