django-admin2/djadmin2/__init__.py
Andrew Ingram 88418efc7b Added django admin style registration (for now)
Big changes to how things are structured, ModelAdmin2 handles its views and urls
2013-05-18 15:43:44 +02:00

13 lines
No EOL
202 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()