Metadata-Version: 1.1
Name: django-wagtail-customforms
Version: 0.2.10
Summary: A simple Django app to attach forms to pages.
Home-page: https://www.squarehost.co.uk/
Author: Squarehost
Author-email: dev@squarehost.co.uk
License: BSD License
Description: ===========
        Customforms
        ===========
        
        Customforms is a simple Django app to attach forms to pages.
        
        Quick start
        -----------
        
        1. install django-wagtail-customforms from https://pypi.python.org/pypi/django-wagtail-customforms
        
            pip install django-wagtail-customforms
        
        2. Add "customforms" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'customforms',
            ]
        
        3. Check out the example app for usage.
        
        4. Run `python manage.py migrate` once your models are set up.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
