Skip to content

Commit

Permalink
Add django_filters to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
numahell committed Oct 16, 2020
1 parent 78f628a commit 3e138c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dicodigital/settings.py
Expand Up @@ -27,6 +27,7 @@

THIRD_PARTY_APPS = (
'django_extensions',
'django_filters',
'rest_framework',
'corsheaders',
'rest_framework_swagger',
Expand Down

0 comments on commit 3e138c7

Please sign in to comment.