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.5.1 (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-2022.2.21.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bf93aae6b8c073eff6a35434a6e4654d2da92b12684d6e95536bad32c7cf949 |
|
MD5 | 8036279e49ffd43c407a5d780c170cf5 |
|
BLAKE2b-256 | 90596f7fa306440d6abbe1d6419d3a59852d39d7c8cb4a0df952b424c5787757 |
Hashes for drf_spectacular_sidecar-2022.2.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fc81c5163c9d98b7fdc74404e6029a707e7702ce170355029204ec1ef58b6be |
|
MD5 | 3f8960471849c2738f4c8390d2e556f8 |
|
BLAKE2b-256 | 3ae71b33afaa1542f43332bc71cf70217a4a5ae74b00584ad237b18d34f2881f |