Skip to content

Commit

Permalink
Add django_filters to setting.THIRD_PARTY_APPS (#1023)
Browse files Browse the repository at this point in the history
Co-authored-by: wlorenzetti <[email protected]>
  • Loading branch information
wlorenzetti and wlorenzetti authored Jan 24, 2025
1 parent 6477281 commit e669f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions g3w-admin/base/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
THIRD_PARTY_APPS = [
'django_file_form',
'django_file_form.ajaxuploader',
'django_filters',
'model_utils',
'formtools',
'crispy_forms',
Expand Down

0 comments on commit e669f1f

Please sign in to comment.