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.9.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.10.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 546a83c173589715e530fad211af60cbcda2db54eb9e0935d44251639332af6d |
|
MD5 | 131271fff7bd86ae1f8616e413a32cb8 |
|
BLAKE2b-256 | 6a19260d1d5e6ab19c16737193239d0016808a3c089d5644e7591258b1023855 |
Hashes for drf_spectacular_sidecar-2023.10.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d042a6772512f4d238f0385d3430acf5f669f595fd0be2641fe6bbfb4c7b376 |
|
MD5 | b25f5bbb13f51541d236b996491202f8 |
|
BLAKE2b-256 | b8882b4f0c15ab9ff0e12fe4d4ae39530499743adc4f44e247727be6d6fc4984 |