mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-16 17:22:32 +03:00
Fix Failed to import middleware classes
This commit is contained in:
parent
5b1894569b
commit
271e7d700e
|
@ -114,7 +114,7 @@ DEFAULTS = {
|
|||
|
||||
# List of settings that may be in string import notation.
|
||||
IMPORT_STRINGS = [
|
||||
"MIDDLEWARE_CLASSES",
|
||||
"DEFAULT_MIDDLEWARE_CLASSES",
|
||||
"DEFAULT_RENDERER_CLASSES",
|
||||
"DEFAULT_PARSER_CLASSES",
|
||||
"DEFAULT_AUTHENTICATION_CLASSES",
|
||||
|
|
Loading…
Reference in New Issue
Block a user