Metadata-Version: 1.0
Name: django-uni-form
Version: 0.4b1
Summary: django-uni-form
Home-page: http://github.com/pydanny/django-uni-form/tree/master
Author: Daniel Greenfeld
Author-email: pydanny@gmail.com
License: MIT
Description: 
        =====================================
        django-uni-form (Django Uni-Form)
        =====================================
        
        [http://djangoproject.com Django] forms are easily rendered as tables,
        paragraphs, and unordered lists. However, elegantly rendered div based forms
        is something you have to do by hand. The purpose of this application is to
        provide a simple tag and/or filter that lets you quickly render forms in a div
        format.
        
        [http://sprawsm.com/uni-form Uni-form]  has been selected as the base model
        for the design of the forms.
        
        
Keywords: forms,django
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
