Django Html5 Boilerplate

screenshot of Django Html5 Boilerplate

Overview

The Django HTML5 Boilerplate (DH5BP) is a Django-friendly Python package that incorporates the HTML5 Boilerplate (H5BP) project. It simplifies the process of setting up a Django project using HTML5 boilerplate by including Fabric scripts that automatically convert new versions of H5BP into a Django-friendly Python module.

Features

  • Easy installation using pip
  • Compatible with Django version >= 1.3
  • Includes Fabric scripts for easy conversion of H5BP versions
  • Namespaced static files and templates under the DH5BP directory
  • Supports H5BP page architecture templates
  • Customizable message for outdated browsers
  • Support for adding attributes to HTML and body tags
  • Optional integration with Google Analytics
  • Provides latest jQuery, modernizr, and console polyfill from H5BP

Summary

The Django HTML5 Boilerplate (DH5BP) is a convenient Python package that incorporates the HTML5 Boilerplate (H5BP) project into Django projects. It provides an easy installation process, supports H5BP page architecture templates, and offers various customization options. With DH5BP, developers can quickly set up Django projects using the HTML5 boilerplate without repeating the same steps for each new project.