-
Notifications
You must be signed in to change notification settings - Fork 2
Management commands
Bastian Greshake Tzovaras edited this page Apr 9, 2018
·
1 revision
The Django
application has 3 custom management commands:
-
manage.py init_proj_config
sets up the database with a blank project-config -
manage.py import_users
can be used to import users from the old internal OH integration. Needs a CSV withproject_member_id
andrefresh_token
. Read more about this here/ -
manage.py process_files
restarts all file-processing jobs that haven't finished yet.