Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blueshoe/djangocms-hubspot

django CMS plugin which makes it easier to integrate HubSpot Forms and CTAs
https://github.com/blueshoe/djangocms-hubspot

django django-cms hubspot

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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