Software Details:
Version: 1.0.0
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 48
django-html5 is a Django app that provides 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 ..
Requirements:
- Python
- Django
Comments not found