mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
10 lines
224 B
Python
10 lines
224 B
Python
__version__ = '0.7.1'
|
|
|
|
__author__ = 'Daniel Greenfeld & Contributors'
|
|
|
|
VERSION = __version__ # synonym
|
|
|
|
# Default datetime input and output formats
|
|
ISO_8601 = 'iso-8601'
|
|
|
|
default_app_config = "djadmin2.apps.Djadmin2Config"
|