santoshpy / django-html5

HTML support for Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

HTML support for Django projects

License:Other


Languages

Language:Python 95.1%Language:HTML 4.9%