yg-panache
v0.1.4
Published
========= Panache =========
Downloads
71
Readme
========= Panache
Panache is an all-purpose Bootstrap skin which saves time when developing new applications
Quick Use:
Add panache as a dependency in your Python requirements.txt (ex. panache==0.0.9)
Add 'panache' to the list of INSTALLED_APPS in your Django 'project.settings' file. (ex. INSTALLED_APPS = ('panache') )
You can now use Django's staticfiles API to load the static files of panache in your templates.
[Optional] If you want to include WYSIWYG support you'll need to include the CKEditor library in the as well: