coins-demo/todo/__init__.py

13 lines
272 B
Python
Raw Normal View History

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