Skip to main content

Dark Themes for Django Rest Framework

Project description

drf-dark-theme

https://img.shields.io/pypi/v/drf-dark-theme.svg

Dark themes for Django REST Framework

Stellar Color Palette

https://raw.githubusercontent.com/aledista/drf-dark-theme/master/drf_dark_theme/static/drf_dark_theme/img/stellar-palette.png

Stellar Theme

https://raw.githubusercontent.com/aledista/drf-dark-theme/master/drf_dark_theme/static/drf_dark_theme/img/stellar-ss.png

Moonshine Color Palette

https://raw.githubusercontent.com/aledista/drf-dark-theme/master/drf_dark_theme/static/drf_dark_theme/img/moonshine-palette.png

Moonshine Theme

https://raw.githubusercontent.com/aledista/drf-dark-theme/master/drf_dark_theme/static/drf_dark_theme/img/moonshine-ss.png

Installation

Install using pip

pip install drf-dark-theme

Add ‘drf_chaos’ to your INSTALLED_APPS setting

INSTALLED_APPS = (
    ...
    'drf_dark_theme',
)

Add either StellarBrowsableAPIRenderer or MoonshineBrowsableAPIRenderer to DEFAULT_RENDERER_CLASSES

REST_FRAMEWORK = {
    'DEFAULT_RENDERER_CLASSES': (
        ...
        'drf_dark_theme.renderers.StellarBrowsableAPIRenderer',
    )
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drf-dark-theme-0.3.tar.gz (220.3 kB view details)

Uploaded Source

Built Distribution

drf-dark-theme-0.3.macosx-10.10-intel.exe (380.8 kB view details)

Uploaded Source

File details

Details for the file drf-dark-theme-0.3.tar.gz.

File metadata

File hashes

Hashes for drf-dark-theme-0.3.tar.gz
Algorithm Hash digest
SHA256 9ef27c2697a1847674e576a305ca408de23c81a1cbee660908f724ec77a04ece
MD5 cd185e24048e133e0599c4fdcfebb972
BLAKE2b-256 a127033f6a41e8e0f98bbe3bf7b11d14e30f893e2595ba0e695fb068409216b5

See more details on using hashes here.

File details

Details for the file drf-dark-theme-0.3.macosx-10.10-intel.exe.

File metadata

File hashes

Hashes for drf-dark-theme-0.3.macosx-10.10-intel.exe
Algorithm Hash digest
SHA256 8ad2cad50056d4b138ac2cddc102666ae173b059c9e02ad12cf912bd8ad30119
MD5 bac149b123ac1a7357632c9b0c55022b
BLAKE2b-256 c7e3d8e2cc3c5594b3aa4bc9bebd09ef915afe8d5494686fc270c4a5c811c624

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page