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.

Quick Start

We have a Deploy to Heroku sample that gets you started in less than a minute.

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.7.1.tar.gz (29.0 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-heroku-connect-0.7.1.tar.gz
Algorithm Hash digest
SHA256 2f837ab69be96390f9a1ee609488d52766436513bce8c1eaafc1523382252273
MD5 e5b901fbed793f8b6a840c8027b4ae34
BLAKE2b-256 38385f03ffb60be08d0620d9eba213432e4e103b1d7c827779a1d001cda50a05

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