diff --git a/django_select2/apps.py b/django_select2/apps.py index 921269b6..77b053ac 100644 --- a/django_select2/apps.py +++ b/django_select2/apps.py @@ -7,3 +7,6 @@ class Select2AppConfig(AppConfig): name = "django_select2" verbose_name = "Select2" + + def ready(self): + from . import conf # noqa