Skip to content

Commit

Permalink
fix autocomplete / select2js bug
Browse files Browse the repository at this point in the history
by re-including `apis_override_select2js` in `INSTALLED_APPS`
  • Loading branch information
SteffRhes committed Dec 12, 2023
1 parent a42ee2f commit a74114b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# Application definition

INSTALLED_APPS = [
"apis_override_select2js",
'dal',
'dal_select2',
'django.contrib.admin',
Expand Down

0 comments on commit a74114b

Please sign in to comment.