Skip to main content

OBytes django application for managing HubSpot integration and sync data from and to HubSpot.

Project description

OBytes Django HubSpot App

HubSpot Django Application is designed to integrate with HubSpot to sync contacts, companies and deals from and to HubSpot.

Quick start

  1. Install ob_dj_hubspot latest version pip install ob_dj_hubspot

  2. Add "ob_dj_hubspot" to your INSTALLED_APPS setting like this:

   # settings.py
   INSTALLED_APPS = [
        ...
        "ob_dj_hubspot.core.hubspot",
   ]
# TODO: ADD Other settings
  1. Include the URLs in your project urls.py like this::
    path("hubspot/", include("ob_dj_hubspot.apis.hubspot.urls")),
  1. Run python manage.py migrate to create the hubspot models.

Developer Guide

  1. Clone github repo git clone [url]

  2. pipenv install --dev

  3. pre-commit install

  4. Run unit tests pytest

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

ob-dj-hubspot-0.0.9.tar.gz (52.8 kB view hashes)

Uploaded Source

Built Distribution

ob_dj_hubspot-0.0.9-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

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