Skip to content

Commit

Permalink
ZOONIVERSE_QUESTION_LOOKUP var needed for Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejcorey committed Jul 20, 2024
1 parent 81ae510 commit 779e4ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions racial_covenants_processor/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@
}
}

ZOONIVERSE_QUESTION_LOOKUP = {
'Ramsey County': { # Legacy Ramsey County for testing
'panoptes_folder': 'mn_ramsey',
'zoon_workflow_id': 13143,
'zoon_workflow_version': '4.1',
# 'config_yaml': 'Extractor_config_workflow_13143_V4.10.yaml',
}
}


# Password validation
# https://docs.djangoproject.com/en/4.0/ref/settings/#auth-password-validators
Expand Down

0 comments on commit 779e4ec

Please sign in to comment.