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 5.11.8 (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-2024.3.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc816fed9ab72e5086024a962fb5445a580966a8fdf6838b300af3b5b0ef017b |
|
MD5 | 54bbbaa0a5fec178a24ae65cc00abd49 |
|
BLAKE2b-256 | 981ba8a1fc9ac65bfe7dc2c10db07415a10b55b3aa6c0db4fc124d8ac4512b18 |
Hashes for drf_spectacular_sidecar-2024.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d28d7958655ccd1df8c729a6bd301e37e5fe482541f287ca74a8f7cc9a743cf3 |
|
MD5 | 69ea16be9b5f336a741d153fdfc7f229 |
|
BLAKE2b-256 | 6db7ea47fe8e7eb2ae8925eaf5485a68b692c0cb0113cbb92557fb69997fbc2a |