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
File details
Details for the file fluentcms-forms-builder-1.0.0.tar.gz
.
File metadata
- Download URL: fluentcms-forms-builder-1.0.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e159c865b78c0fa6fe21302cbc145bde09f96e188435053b96b7cf9f92e26258 |
|
MD5 | ce197970b14f57cfc7dcd47270350054 |
|
BLAKE2b-256 | 4c55c14c157506cb10b584f3d598bb00c58abbe37b0eba09d672373ed271d866 |
Provenance
File details
Details for the file fluentcms_forms_builder-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: fluentcms_forms_builder-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8489f2d8d45a35b6d86cbf1efe59e8bccf93c029d300dd15fc9aad0c390a4faa |
|
MD5 | 4b90b2f9b37808a8152096ddba052045 |
|
BLAKE2b-256 | b816160d528f5ad47ada8f4a4c3de3be742e5cec456da93e262cd3a1884049ca |