Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blueshoe/djangocms-hubspot
- Owner: Blueshoe
- License: mit
- Created: 2019-10-18T09:45:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T10:19:40.000Z (over 2 years ago)
- Last Synced: 2024-09-18T23:44:55.601Z (about 2 months ago)
- Topics: django, django-cms, hubspot
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django CMS Hubspot
A plugin for django CMS which makes integrating HubSpot easier.
It creates plugins for:
- Forms
- CTAsForms 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