/schemalister

Django + Heroku application for listing Salesforce objects and fields

Primary LanguageJavaScript

Schema Lister

Django application for listing and exporting all objects and fields within a Salesforce Org. This app is designed to run on Heroku, but could be amended to run locally or any desired server

Setup

To set this up on your own Heroku account, this app does require some knowledge of deploying Django apps. The following Heroku resources are required:

  • Heroku Postgres (or alternative database)
  • Redis To Go (or Heroku Redis - but might require some minor changes)