/django-html5

HTML support for Django projects

Primary LanguagePythonOtherNOASSERTION

HTML5 support for Django projects

Installation

  1. Install using pip:

     pip install django-html5
    
  2. Add to INSTALLED_APPS:

     'html5',
    

Alternatively, you can add django-html5 to your requirements.txt.

If you want to hack django-bootstrap itself, clone this repo and call pip install -e ..

Usage

TODO

About

django-html5 is written by Dylan Verheul (dylan@dyve.net).

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/dyve/django-html5/issues

License

You can use this under Apache 2.0. See LICENSE file for details.