mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-19 07:30:29 +00:00
13 lines
217 B
Python
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()
|