Skip to main content

django-cms plugin for cmsplugin-forms-builder

Project description

https://travis-ci.org/nimbis/cmsplugin-forms-builder.svg?branch=master https://coveralls.io/repos/nimbis/cmsplugin-forms-builder/badge.png?branch=master

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.11:

  • Update to Django 1.7 migrations

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmsplugin-forms-builder-0.1.11.tar.gz (5.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page