Skip to content

Commit be06d58

Browse files
committed
Remove default_app_config as Django now detects it automatically
1 parent 0522cf4 commit be06d58

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

__init__.py

Whitespace-only changes.

ajax_select/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@
1212
# and any specified in settings.AJAX_LOOKUP_CHANNELS
1313
# It will do this after all apps are imported.
1414
from django.apps import AppConfig # noqa
15-
16-
default_app_config = "ajax_select.apps.AjaxSelectConfig"

0 commit comments

Comments
 (0)