jmahmood / django-heroku-connect

Heroku Connect client Django app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Heroku Connect client Django app

License:MIT License


Languages

Language:Python 93.7%Language:HTML 6.3%