django-auditlog/src/auditlog/apps.py
Alieh Rymašeŭski c53b766132 Drop python2.7 support
Our dependency jsonfield broke compatibility with python2.7 recently,
and having no real reasons to support python2.7 we just drop it now.
2019-08-22 16:31:08 +03:00

6 lines
122 B
Python

from django.apps import AppConfig
class AuditlogConfig(AppConfig):
name = 'auditlog'
verbose_name = "Audit log"