diff --git a/emstrack/settings.py b/emstrack/settings.py index 78771290..11670e00 100644 --- a/emstrack/settings.py +++ b/emstrack/settings.py @@ -190,6 +190,7 @@ # REST Framework REST_FRAMEWORK = { + 'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema', 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.TokenAuthentication',