Skip to main content

Django integration Salesforce using Heroku Connect.

Project description

version ci coverage license

Django Heroku Connect

Django integration Salesforce using Heroku Connect.

Documentation

Check out the full documentation at here: https://django-heroku-connect.readthedocs.io/

Install

Simply install the PyPi package…

pip install django-heroku-connect

…and add heroku_connect to the INSTALLED_APP settings.

Last but not least make sure change the database engine, e.g.:

import dj_database_url

DATABASES['default'] = dj_database_url.config(
    engine='heroku_connect.db.backends.postgres'
)

# or for PostGIS support:

DATABASES['default'] = dj_database_url.config(
    engine='heroku_connect.db.backends.postgis'
)

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

django-heroku-connect-0.4.3.tar.gz (26.5 kB view details)

Uploaded Source

File details

Details for the file django-heroku-connect-0.4.3.tar.gz.

File metadata

File hashes

Hashes for django-heroku-connect-0.4.3.tar.gz
Algorithm Hash digest
SHA256 435fb87393b055f817ca3f3d4c1b3775f12e23478d52a583c800c93110b6d17d
MD5 b9286cf181a72c7a1fddc81b10ec489f
BLAKE2b-256 8e27f435b9ef09de5020cc385e43e4cad9aa882abe1e32f39dd1c930afc80efa

See more details on using hashes here.

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