django-formed-cmsplugin 0.9.5

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoformedcmsplugin 0.9.5

A DjangoCMS plugin which allows you to add a form created with django-formed to your page.

Installation
pip install django-formed django-formed-cmsplugin
Then add ‘formed’ and ‘cmsplugin_formed_form’ to your INSTALLED_APPS setting.


Configuration
To make the form plugin available in a placeholder add it to the ‘plugins’ item of the placeholder
in the CMS_PLACEHOLDER_CONF setting.
For example:
CMS_PLACEHOLDER_CONF = {
'content': {
'plugins': [
'FormPlugin'
]
}
}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.