django-admin2/djadmin2/__init__.py
2013-05-18 16:10:17 +02:00

13 lines
203 B
Python

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