GitHunt
MS

mseneshen/django-heroku-connect

Heroku Connect client Django app

Django Heroku Connect Client

Heroku Connect syncs data from Salesforce into a database. This is an
application which provides models and factories for the database tables Heroku
Connect creates.

NOTE: This app assumes you have synced all of the standard fields/objects
and only those fields/objects. If your mappings are unique, you will need to
fork this repo and modify the models and factories to suit your application.

Example Project

A sample Django project is included in this repo, along with a settings module
which requires a the following environment variables to function properly:

  • HEROKU_CONNECT_DATABASE_URL: URL used to connect to your Heroku
    Connect database.
  • HEROKU_CONNECT_SCHEMA: Schema name you chose when setting up Heroku
    Connect

Languages

Python100.0%

Contributors

MIT License
Created September 23, 2021
Updated September 23, 2021
mseneshen/django-heroku-connect | GitHunt