Metadata-Version: 1.0
Name: django-formadmin
Version: 0.1
Summary: A Django app that provides the building blocks for an app registry system
Home-page: http://appregsiter.readthedocs.org/
Author: Dougal Matthews
Author-email: dougal85@gmail.com
License: MIT
Description: Django FormAdmin
        ========================================
        
        FormAdmin is to Forms and ModelAdmin is to Models. In that, FormAdmin allows
        registering forms to the Django admin without them being related to a Model in
        any way.
        
        This is still a fairly early work in progress. But it works fairly well so far.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
