Django integration Salesforce using Heroku Connect.
Project description
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
Release history Release notifications | RSS feed
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 django-heroku-connect-0.5.0.tar.gz
.
File metadata
- Download URL: django-heroku-connect-0.5.0.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c7e1c807ce373d7fd0f27b232c943583dbd0bfd2821c411a7fe91aff2166b4a |
|
MD5 | ccde602d1fb33028696a04d0fec579ba |
|
BLAKE2b-256 | 91cd18e215fbbf9480ce144216b455a5398dc4dcdc5adc64519a37e591d563fc |