django-ethereum-events
django-ethereum-events copied to clipboard
Fixes deprecation warnings
-
gettext_lazy
should work directly in older versions of Django and avoids deprecation warnings in Django 3.2 -
Also
default_app_config = 'django_ethereum_events.apps.EthereumEventsConfig'
is not needed anymore (deprecation warning with Django 3.2)