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_APPSin your settings file:
INSTALLED_APPS = (
...
'django_select2',
'djangocms_hubspot',
...
)
- run
python manage.py migrate.
Dependencies
- django-select2
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocms-hubspot-0.2.0.tar.gz.
File metadata
- Download URL: djangocms-hubspot-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a5ef2ad67fe6bfae50bf3a416c7c26e4c0ce08b2cd4d6a6efa45e8dd2b9bb8d
|
|
| MD5 |
6749c7df440d692483348e66d691d7bf
|
|
| BLAKE2b-256 |
e6f615cd660f7dcf304d83328a78e07fa6a61fa54c006d35449ce2607862ce40
|