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
-
Install
ob_dj_hubspotlatest versionpip install ob_dj_hubspot -
Add "ob_dj_hubspot" to your
INSTALLED_APPSsetting like this:
# settings.py
INSTALLED_APPS = [
...
"ob_dj_hubspot.core.hubspot",
]
# TODO: ADD Other settings
- Include the URLs in your project urls.py like this::
path("hubspot/", include("ob_dj_hubspot.apis.hubspot.urls")),
- Run
python manage.py migrateto create the hubspot models.
Developer Guide
-
Clone github repo
git clone [url] -
pipenv install --dev -
pre-commit install -
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ob-dj-hubspot-0.0.9.tar.gz.
File metadata
- Download URL: ob-dj-hubspot-0.0.9.tar.gz
- Upload date:
- Size: 52.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17be1e4318242361bc6e402c88ee43a83f363666831681dd8bae6368f7fe5ca2
|
|
| MD5 |
413b644ae31be87e68b2990543359979
|
|
| BLAKE2b-256 |
4e117b25c19d31e42125a5a253ed77ae3c372204b735e384375f6faab06ed455
|
File details
Details for the file ob_dj_hubspot-0.0.9-py3-none-any.whl.
File metadata
- Download URL: ob_dj_hubspot-0.0.9-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e235e65ecf9cda369a4dd17dc75776e52076ccea6726a342f5b20533e4eeeb
|
|
| MD5 |
58fe14c710661ec10c70bbaa44f61686
|
|
| BLAKE2b-256 |
096bf535c2971d26bc9615a9b03a28106bd16c0423dda6b730247114b81892d2
|