coins-demo/todo/__init__.py

9 lines
186 B
Python
Raw Normal View History

"""django todo"""
2014-11-09 19:22:09 +00:00
__version__ = '1.5.dev'
__author__ = 'Scot Hacker'
__email__ = 'shacker@birdhouse.org'
__url__ = 'https://github.com/shacker/django-todo'
__license__ = 'BSD License'