coins-demo/todo/__init__.py

13 lines
271 B
Python
Raw Normal View History

"""
A multi-user, multi-group task management and assignment system for Django.
"""
2019-04-12 06:51:38 +00:00
__version__ = '2.4.6'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'
from . import check