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.
-
install with
pip:$ pip install djangocms-hubspot -
add the django app to
INSTALLED_APPSin your settings file:
INSTALLED_APPS = (
...
'django_select2',
'djangocms_hubspot',
...
)
- run
python manage.py migrate.
- django-select2