django-heroku-connect 0.4.0
pip install django-heroku-connect==0.4.0
Newer version available (5.0.0)
Released:
Django integration Salesforce using Heroku Connect.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache-2
- Author: Thermondo GmbH
- Tags heroku
Project description
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache-2
- Author: Thermondo GmbH
- Tags heroku
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.4.0.tar.gz
.
File metadata
- Download URL: django-heroku-connect-0.4.0.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d1054bcad5b1cb87cec9b3c43765d1cdc22a8ff517350fd5b9ba1cd965ffa82 |
|
MD5 | d41f1cafcfb07cf6028345f9ad4f5f04 |
|
BLAKE2b-256 | a55db4d3b5e24cee48d02ee69b270a201caa1c43d701646398d8ac66b631e38b |