This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This has been created to answer the following question on stackoverflow | |
https://stackoverflow.com/questions/46157710/django-swagger-and-json-api-render-issues | |
This file lives in the folder 'jsonapi'. The following is code is added into the settings.py to enable the | |
code contained within this file. | |
# DRF-yasg settings | |
SWAGGER_SETTINGS = { |