django-formrenderingtools is an application for the Django framework. It provides tools for the template designer to customize forms.
Rather than using {{ form.as_p }}, set up and reuse templates to render Django’s form elements.
For the impatient, jump to the Demo project to discover and try the application in a sandbox.
Notice that Django-formrenderingtools is not intended to customize widgets. Have a look at django-floppyforms for this purpose.