mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
5 lines
116 B
Python
5 lines
116 B
Python
from __future__ import unicode_literals
|
|
|
|
__version__ = '1.0a1'
|
|
|
|
default_app_config = 'auditlog.apps.AuditlogConfig'
|