Skip to content

Blueshoe/djangocms-hubspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

django CMS plugin which makes it easier to integrate HubSpot Forms and CTAs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •