diff --git a/docs/installation.md b/docs/installation.md index c2fde84..852f26c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -190,7 +190,8 @@ AUTHENTICATION_BACKENDS = [ # add this "graphql_auth.backends.GraphQLAuthBackend", - # ... + # if you have no more authentication backends defined besides graphql_auth.backends.GraphQLAuthBackend, add this + "django.contrib.auth.backends.ModelBackend" ] ```