Serve self-contained distribution builds of Swagger UI and Redoc with Django
Project description
Serve self-contained distribution builds of Swagger UI and Redoc with Django either via runserver or collectstatic.
This Django app is an optional addition to drf-spectacular, but does not depend on it. It may also be used independently.
Swagger UI version 4.17.0 (npm)
This is a self-updating and self-publishing repository that looks for updates once a week. The distribution files are sourced from npm via jsdelivr, validated, packaged and uploaded to PyPI.
Installation
$ pip install drf-spectacular-sidecar
The package needs to be registered to allow Django to discover the static files.
INSTALLED_APPS = [
# ALL YOUR APPS
'drf_spectacular_sidecar',
]
Requirements
Django >= 2.2
Licenses
Provided by T. Franzel. Licensed under 3-Clause BSD.
This package includes distribution builds of
Swagger UI: The original license (Apache 2.0) and copyright apply to those files.
Redoc: The original license (MIT) and copyright apply to those files.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for drf-spectacular-sidecar-2023.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceb78fd59971bb79e90de38bf89afa50a60b043953f72b3cdeb4ca6a34623f92 |
|
MD5 | 71bd40e3085a6560e93125e4d4bdb770 |
|
BLAKE2b-256 | e491054e90af66573d2795480811b0766b253c68c26978a214251069af9f88bd |
Hashes for drf_spectacular_sidecar-2023.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5ea98d976a4ba023d03cd9dfc2506892e0f26e2ba2869b58ddf344ab69f40f |
|
MD5 | 8d81acfb40feddf314d2f409293257d0 |
|
BLAKE2b-256 | 15b25f3e768a183e0927b893b8010b02798c6d3cdc8d8ae40a480fbe5367bfb4 |