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.1 (2021-11-26)
Add missing mo files.
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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9a52b2f8559b12c8fbc13db5ecae2f8be212ddece6ff4bf487207fbc3211ec6 |
|
MD5 | bb9e28638f7ad4fc994a4cfdff10d1a5 |
|
BLAKE2b-256 | 632874e986ec3bb4bfefb2329d32ca60ccd144a9a3f19e1a923d3379a82ef39c |
Hashes for fluentcms_forms_builder-2.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea8b30d13343a331347dd9ba0baaae0fd0edfedef9ddc0a6f2b66fa0b674bbf3 |
|
MD5 | 0807ced22926e3faf2203a861995f999 |
|
BLAKE2b-256 | f1437c09b2673dca1cd43256cad35d65f6a2db89c93eda136a5880dd2adde8b0 |