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.
"""
2018-04-10 15:23:44 +00:00
__version__ = '2.0.3'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'