albsen / django-haml

Django Haml Management Command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-haml

Django Management Command to convert hamlpy templates to Django Templates

Requirements:
    -Hamlpy (http://github.com/albsen/HamlPy)

Installation an use:
    1. python setup.py install
    2. Add 'haml' to your INSTALLED_APPS settings in your Django project.
    3. Make your hamlpy templates in your template dir.
    4. ./manage.py compilehaml

TODO:
    -Testing

About

Django Haml Management Command.

License:MIT License


Languages

Language:Python 100.0%