djangocms-hubspot

Django-CMS Plugin which integrates HubSpot


Keywords
django, CMS, hubspot, forms, django-cms
License
MIT
Install
pip install djangocms-hubspot==0.2.0

Documentation

django CMS Hubspot

A plugin for django CMS which makes integrating HubSpot easier.

It creates plugins for:

  • Forms
  • CTAs

Forms and CTAs are manually added to the CMS and can then be selected whenever inserting a form/CTA into a page.

Installation

  • install with pip:

    $ pip install djangocms-hubspot

  • add the django app to INSTALLED_APPS in your settings file:

    INSTALLED_APPS = (
        ...
        'django_select2',
        'djangocms_hubspot',
        ...
    )
  • run python manage.py migrate.

Dependencies

  • django-select2