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.
Release files for django-skins 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-skins-0.1.2.tar.gz | 6.8 MB | Details |
Release files / django-skins-0.1.2.tar.gz
| Download URL | django-skins-0.1.2.tar.gz |
|---|---|
| Size | 6.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eb486bbe279209ec6aea2e79f833b5825c05186aaedca21dd0d4fd6383505447
|
|
BLAKE2b-256 checksum How to use checksums |
378732b773bff79a86d785e70f6588e44fab11f9c3c710241a511c529d4227e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|