Skip to main content

Django-CMS Plugin which integrates HubSpot

Project description

django CMS Hubspot

A plugin for django CMS which makes integrating HubSpot easier.

It creates plugins for:

  • Forms
  • CTAs

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

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

djangocms-hubspot-0.1.0.tar.gz (4.3 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