Skip to content

Instantly share code, notes, and snippets.

@KimSoungRyoul
Created April 14, 2021 03:16
Show Gist options
  • Save KimSoungRyoul/17081cba65950e1e7d02e58018e2dd09 to your computer and use it in GitHub Desktop.
Save KimSoungRyoul/17081cba65950e1e7d02e58018e2dd09 to your computer and use it in GitHub Desktop.
SPECTACULAR_SETTINGS = {
# .....
# drf-spectacular 라이브러리 version up이 없이도 자신의 원하는 swagger-ui의 version을 사용할수있다.
# swagger-ui version 정보는 여기서 확인 https://www.npmjs.com/package/swagger-ui
'SWAGGER_UI_DIST': '//unpkg.com/[email protected]',
'SWAGGER_UI_FAVICON_HREF': '//unpkg.com/[email protected]/favicon-32x32.png',
# ....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment