easily apply skins to your django web app
Project description
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
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
django-skins-0.1.2.tar.gz
(6.8 MB
view details)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb486bbe279209ec6aea2e79f833b5825c05186aaedca21dd0d4fd6383505447 |
|
MD5 | 43d2d651d409012f3a5cd1b41db8011d |
|
BLAKE2b-256 | 378732b773bff79a86d785e70f6588e44fab11f9c3c710241a511c529d4227e7 |