Skip to content

Commit

Permalink
Add django_filters to setting.THIRD_PARTY_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Jan 23, 2025
1 parent 97c79a2 commit 556f08a
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 556f08a

Please sign in to comment.