Fixing redeclaration of rest framework settings
Compare changes
+ 7
− 10
@@ -98,6 +98,13 @@ REST_FRAMEWORK = {
@@ -293,16 +300,6 @@ INTERNAL_RK_PREFIX = "no.{instance}.greg".format(instance=INSTANCE_NAME)
Swagger had stopped working. Looks like it was caused by the REST_FRAMEWORK settings being declared two places in base.py. I moved them into one block.