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.apps.DjangoSkinsConfig',
...
)
Add Django Skins’s URL patterns:
from django_skins import urls as django_skins_urls
urlpatterns = [
...
url(r'^', include(django_skins_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
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.0.tar.gz
(6.7 MB
view hashes)
Built Distribution
Close
Hashes for django_skins-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 106ad0f8ef82b15ef2aa878c300f4bb508bf20644e4dd861bb2c75126beab7cf |
|
MD5 | efcc025cc22a3d7ad0308e54da81403a |
|
BLAKE2b-256 | 7deedffb01e021da1f45fdd354dd0631337655a322122812227746eb9aee68ef |