django-renderit 1.2 documentation
Enter search terms or a module, class or function name.
Installation is easy using pip or easy_install.
pip
easy_install
pip install django-renderit
or
easy_install django-renderit
Add renderit to your installed apps:
INSTALLED_APPS = ( ... 'renderit', ... )