Plugins#

These are the available plugins for DjangoCMS used to add some additional contents in CMS pages.

class request_form.plugins.request.RequestPlugin(model=None, admin_site=None)[source]#

Emencia request form plugin.

This is a simple plugin which only includes the form in an initial state.

Obviously, the CMS page where it is included can not manage POST request so the form will show error and success response to another URL from the request application.

module = 'emencia-request-form'#
name = 'Request form'#
model#

alias of RequestPluginModel

render_template = 'request_form/request/plugin.html'#
cache = True#
render(context, instance, placeholder)[source]#
form#

alias of RequestPluginForm

property media#
value = 'RequestPlugin'#