Skip to content

Commit 6341866

Browse files
authored
Adding Django filter as an installed app (#899)
1 parent 0da06d4 commit 6341866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cookbook/cookbook/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"graphene_django",
4242
"cookbook.ingredients.apps.IngredientsConfig",
4343
"cookbook.recipes.apps.RecipesConfig",
44+
"django_filters",
4445
]
4546

4647
MIDDLEWARE = [

0 commit comments

Comments
 (0)