django-admin2/djadmin2/__init__.py
2013-05-19 17:23:58 +02:00

13 lines
217 B
Python

__version__ = '0.2.0'
__author__ = 'Daniel Greenfeld & Contributors'
VERSION = __version__ # synonym
# Default datetime input and output formats
ISO_8601 = 'iso-8601'
from . import core
default = core.Admin2()