diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index ef9855ab..ac70ff84 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -464,6 +464,7 @@ REST_FRAMEWORK = { ), 'PAGE_SIZE': 20, 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination', + 'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema', } SWAGGER_SETTINGS = {