coins-demo/todo/__init__.py

11 lines
250 B
Python
Raw Normal View History

"""
A multi-user, multi-group task management and assignment system for Django.
"""
2017-04-13 07:25:43 +00:00
__version__ = '1.6.2'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'