Skip to content
Snippets Groups Projects

Fixing redeclaration of rest framework settings

Merged Tore.Brede requested to merge fix_swagger_not_loading into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -103,7 +103,7 @@ REST_FRAMEWORK = {
"rest_framework.throttling.AnonRateThrottle",
],
"DEFAULT_THROTTLE_RATES": {
"anon": "100/day",
"anon": "10/minute",
},
}
Loading