A django-forms-builder plugin for django-fluent-pages
Project description
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. :-)
Changes
2.0.0 (2021-11-25)
Dropped Python 2.7 support.
Dropped Django 1.10 / 1.11 support.
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-2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0ac932819fc1a125ab7542bff3c57dceb5f8fce5086b40b28f7b35e7d80b0c2 |
|
MD5 | 1eaee70232de7d80c1abd80278dd3878 |
|
BLAKE2b-256 | 3d2e04ce5700526c2dc43bfeb407b862fad7a9b9145c153ff92912fb902e3b32 |
Hashes for fluentcms_forms_builder-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40cbb7a8a56790559b96289886db7993aed8c32bd9c56f7ce903f168319a79fd |
|
MD5 | 2438de8733e3f00d922d601c28d2f9ac |
|
BLAKE2b-256 | 539713883d085f668bc7576554afcf42bad86f836eeac56bc7a556ead33d798a |