Skip to content

Commit ba6ec82

Browse files
author
Ryan P Kilby
committed
Add django_filters to apps list, fix import issue
1 parent 60c3a91 commit ba6ec82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'django.contrib.contenttypes',
2020
'django.contrib.staticfiles',
2121
'rest_framework',
22+
'django_filters',
2223
'tests.testapp',
2324
)
2425

0 commit comments

Comments
 (0)