Metadata-Version: 1.1
Name: django-standard-form
Version: 1.0.10
Summary: Quick and simple django templatetags for displaying forms.
Home-page: https://github.com/alesdotio/django-standard-form
Author: Ales Kocjancic
Author-email: alesdotio@gmail.com
License: BSD License
Description: ====================
        django Standard Form
        ====================
        
        Quick and simple django templatetags for displaying forms.
        
        
        Installation
        ============
        
        1) ``pip install django-standard-form``
        
        2) add ``'standard_form'`` to your ``INSTALLED_APPS``
        
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
