django-cms plugin for cmsplugin-forms-builder
Project description
This plugin provides a simple means of inserting django-forms-builder forms as django-cms plugins.
Requires
django-cms >= 3.0
django >= 1.5
django-forms-builder >= 0.10
Setup
Run pip install cmsplugin-forms-builder or download this package and run python setup.py install
Ensure ‘django.contrib.messages’, ‘cms’, ‘forms_builder.forms’, ‘cmsplugin_forms_builder’ are in your project’s INSTALLED_APPS. Note: ‘cmsplugin_forms_builder’ should be ABOVE ‘forms_builder.forms’ in INSTALLED_APPS.
If you’re using South execute python manage.py migrate, Otherwise run python manage.py syncdb within your project directory.
History
- 0.1.4:
Fixed bug on Safari browser, make sure that ‘cmsplugin_forms_builder’ comes above ‘forms_builder.forms’ in INSTALLED_APPS.
- 0.1.1:
Fixed bugs related to imports in views.py
- 0.1.0:
Initial commit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for cmsplugin-forms-builder-0.1.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 525d3799728eff186fa65c661df922338a99b751aaff017ffaf8012bad6ccd97 |
|
MD5 | 57816d72027f67f09e4f2b8798e547f8 |
|
BLAKE2b-256 | b7fdc1b6c36a7d52b20a5d5fb0bef8bac9bd9f1614802af2342bfcc15310f8cb |