Adding Django filter as an installed app (#899)

This commit is contained in:
Roy Segall 2020-04-06 11:15:35 +03:00 committed by GitHub
parent 0da06d4d54
commit 63418666d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ INSTALLED_APPS = [
"graphene_django", "graphene_django",
"cookbook.ingredients.apps.IngredientsConfig", "cookbook.ingredients.apps.IngredientsConfig",
"cookbook.recipes.apps.RecipesConfig", "cookbook.recipes.apps.RecipesConfig",
"django_filters",
] ]
MIDDLEWARE = [ MIDDLEWARE = [