Start of ETL for all events for progressive applications.
The following is based on the Heroku Python Getting Started Guide
Make sure you have Python installed properly. Also, install the Heroku Toolbelt and Postgres.
$ pip install -r requirements.txt
$ createdb python_getting_started
$ python manage.py migrate
$ python manage.py collectstatic
$ heroku local
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
$ heroku open
or
key | description |
---|---|
INDIVISIBLE_API_KEY |
API for the OSDI Indivisible key |
INDIVISIBLE_ACTION_URL |
API Endpoint for the Indivisible Actions |
INDIVISIBLE_TEAM_MEETING_URL |
API Endpoint for the Indivisible Team Meetings |