Adding django filter as an installed app

This commit is contained in:
Roy Segall 2020-03-11 07:30:27 +02:00 committed by GitHub
parent 13352216a4
commit c958986ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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