Attributes model added.
This commit is contained in:
@@ -179,6 +179,9 @@ REST_FRAMEWORK = {
|
||||
"user": "60/min",
|
||||
},
|
||||
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
|
||||
"DEFAULT_AUTHENTICATION_CLASSES": [
|
||||
"rest_framework.authentication.TokenAuthentication",
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user