-
Notifications
You must be signed in to change notification settings - Fork 6
Management Commands
Jacob deGroot-Maggetti edited this page Mar 7, 2024
·
7 revisions
CantusDB's main_app
app has several management commands which are kept in the CantusDB/django/cantusdb_project/main_app/management/commands/
directory.
Nota bene: Most of the commands below have been replaced by the touch_all_chants.py
command. Most of the fields implicated below are automatically updated on chant save by a function in signals.py
; by saving each chant in the database, the values of each of these fields is brought up-to-date.
This section is a bit work-in-progress at this point; we should do a census of all the management commands currently in main_app/management/commands
to ensure their documentation is all up to date.
(code)
(code)
(code)
(code)