Metadata-Version: 1.1
Name: django-wagtail-customforms
Version: 0.1.1
Summary: A simple Django app to attach forms to pages.
Home-page: https://www.squarehost.co.uk/
Author: Rhys Gibbs
Author-email: rhys@squarehost.co.uk
License: BSD License
Description: =====
        Customforms
        =====
        
        Customforms is a simple Django app to attach forms to pages.
        
        Quick start
        -----------
        
        1. Add "customforms" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'customforms',
            ]
        
        2. Check out the example app for usage.
        
        3. Run `python manage.py migrate` once your models are set up.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
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
