Skip to content

Commit

Permalink
Remove default_app_config as Django now detects it automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Dec 14, 2023
1 parent 0522cf4 commit be06d58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file removed __init__.py
Empty file.
2 changes: 0 additions & 2 deletions ajax_select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
# and any specified in settings.AJAX_LOOKUP_CHANNELS
# It will do this after all apps are imported.
from django.apps import AppConfig # noqa

default_app_config = "ajax_select.apps.AjaxSelectConfig"

0 comments on commit be06d58

Please sign in to comment.