Skip to main content

easily apply skins to your django web app

Project description

https://badge.fury.io/py/django-skins.svg https://travis-ci.org/ak4zh/django-skins.svg?branch=master https://codecov.io/gh/ak4zh/django-skins/branch/master/graph/badge.svg

easily apply skins to your django web app

Documentation

The full documentation is at https://django-skins.readthedocs.io.

Quickstart

Install Django Skins:

pip install django-skins

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_skins',
    ...
)

Add django_skins.context_processors.template to context_processors:

TEMPLATES = [
        ...
        'OPTIONS': {
            'context_processors': [
                ...
                'django_skins.context_processors.template',
            ],
        ...
]

History

0.1.0 (2021-04-24)

  • First release on PyPI.

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

django-skins-0.1.2.tar.gz (6.8 MB view details)

Uploaded Source

File details

Details for the file django-skins-0.1.2.tar.gz.

File metadata

  • Download URL: django-skins-0.1.2.tar.gz
  • Upload date:
  • Size: 6.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.6

File hashes

Hashes for django-skins-0.1.2.tar.gz
Algorithm Hash digest
SHA256 eb486bbe279209ec6aea2e79f833b5825c05186aaedca21dd0d4fd6383505447
MD5 43d2d651d409012f3a5cd1b41db8011d
BLAKE2b-256 378732b773bff79a86d785e70f6588e44fab11f9c3c710241a511c529d4227e7

See more details on using hashes here.

Provenance

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