A django-forms-builder plugin for django-fluent-pages
Project description
fluentcms-forms-builder
django-forms-builder content plugins for django-fluent-contents
Installation
First install the module, preferably in a virtual environment. It can be installed from PyPI:
pip install fluentcms-forms-builder
Backend Configuration
First make sure the project is configured for both django-fluent-contents and django-forms-builder.
Then add the following settings:
INSTALLED_APPS += (
'fluentcms_forms_builder',
)
The database tables can be created afterwards:
python ./manage.py migrate
Now, the FormPlugin can be added to your PlaceholderField and PlaceholderEditorAdmin admin screens.
Frontend Configuration
If needed, the HTML code can be overwritten by redefining fluentcms_forms_builder/form.html.
Contributing
If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for fluentcms-forms-builder-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1168fbb4bdb3d0c52a616b78b6fd4f00be9e0da34a8f80f22ce26d6ddf3a21ed |
|
MD5 | d3b83fde36ce4e7edc0eeac21cfe1478 |
|
BLAKE2b-256 | 15d8685e8bbe2b07ae08f36dd0e31e6f8ced9288e64967705ebf707ed85d603a |
Hashes for fluentcms_forms_builder-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ccd0b5047b836845747ff24146a7c26e2f2e106f089432b6992dcfe2251a8c3 |
|
MD5 | 9079798fe1cb6bc39ec543bae764d146 |
|
BLAKE2b-256 | d8cef4b9eb03e5c0f19f299b915c68bdb15c7cafe015378dea21fea60a2df09b |