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.

"""Package containing the views related to tasks and textbooks.
"""

__authors__ = [
    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
    ]