Skip to content

Management commands

Bastian Greshake Tzovaras edited this page Apr 9, 2018 · 1 revision

The Django application has 3 custom management commands:

  1. manage.py init_proj_config sets up the database with a blank project-config
  2. manage.py import_users can be used to import users from the old internal OH integration. Needs a CSV with project_member_id and refresh_token. Read more about this here/
  3. manage.py process_files restarts all file-processing jobs that haven't finished yet.
Clone this wiki locally