Aside from Python 3 compatibility, this has the following side-effects:
Adds a ENABLE_FEATURE_TARGETED_RACES feature flag (which will need to be deployed by updating server/gunicorn.py on each of the running machines and restarting)
Indexing the scorecards now automatically indexes congress_details (so no more need to make congress_details && make congress_scores, you can just make congress_scores)
The make command does not index private data (you can just run those manually)
Aside from Python 3 compatibility, this has the following side-effects:
ENABLE_FEATURE_TARGETED_RACES
feature flag (which will need to be deployed by updatingserver/gunicorn.py
on each of the running machines and restarting)congress_details
(so no more need tomake congress_details && make congress_scores
, you can justmake congress_scores
)make
command does not index private data (you can just run those manually)