mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 02:54:06 +03:00
Adding Django filter as an installed app (#899)
This commit is contained in:
parent
0da06d4d54
commit
63418666d9
|
@ -41,6 +41,7 @@ INSTALLED_APPS = [
|
|||
"graphene_django",
|
||||
"cookbook.ingredients.apps.IngredientsConfig",
|
||||
"cookbook.recipes.apps.RecipesConfig",
|
||||
"django_filters",
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user