Django Frontend Skeleton is a basic Django template skeleton built on HTML5 Boilerplate and Twitter Bootstrap.
With the convenience of an installable Django application, create custom templates built on top of one of the most well-known, widespread templates (HTML5 Boilerplate) and a robust front-end framework (Twitter Bootstrap.)
Version 2.0.0 of Django Frontend Skeleton is a much simpler package - it’s now just a small extended ‘skeleton’ template, which requires Django Frontend. No more duplication!
Package: | https://pypi.python.org/pypi/django-frontend-skeleton |
---|---|
Source: | https://github.com/jonfaustman/django-frontend-skeleton |
Extend the skeleton’s base template in your template(s)
{% extends 'djfrontend/skeleton.html' %}
Load all the djfrontend tags if you want to add or change the template’s defaults.
{% load djfrontend %}
Template blocks provided by Django Frontend which are fundamental for Django Frontend Skeleton.
Block to include {% djfrontend_normalize %} and/or {% djfrontend_h5bp_css %}.
Block to override the included Twitter Bootstrap CSS and responsive CSS files.
Override the included {% djfrontend_twbs_js %}.
For more documenation about Django Frontend read the documentation.