coins-demo/todo/__init__.py

11 lines
248 B
Python
Raw Normal View History

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