documentation

This commit is contained in:
bkfox 2015-12-12 17:26:16 +01:00
parent a4b7daa373
commit 1a71aeb166
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
This application defines all base models and basic control of them. We have: This application defines all base models and basic control of them. We have:
* **Nameable**: generic class used in any class needing to be named. Includes some utility functions; * **Nameable**: generic class used in any class needing to be named. Includes some utility functions;
* **Station**: a station
* **Program**: the program itself; * **Program**: the program itself;
* **Diffusion**: occurrence of a program planified in the timetable. For rerun, informations are bound to the initial diffusion; * **Diffusion**: occurrence of a program planified in the timetable. For rerun, informations are bound to the initial diffusion;
* **Schedule**: describes diffusions frequencies for each program; * **Schedule**: describes diffusions frequencies for each program;
@ -21,7 +22,7 @@ Each program has a directory in **AIRCOX_PROGRAMS_DIR**; For each, subdir:
## manage.py's commands ## manage.py's commands
* **diffusions_monitor**: update/create, check and clean diffusions; When a diffusion is created, its type is unconfirmed, and requires a manual approval to be on the timetable. * **diffusions_monitor**: update/create, check and clean diffusions; When a diffusion is created its type can be set on "unconfirmed" (this depends on the approval mode).
* **sound_monitor**: check for existing and missing sounds files in programs directories and synchronize the database. Can also check for the quality of file and synchronize the database according to them. * **sound_monitor**: check for existing and missing sounds files in programs directories and synchronize the database. Can also check for the quality of file and synchronize the database according to them.
* **sound_quality_check**: check for the quality of the file (don't update database) * **sound_quality_check**: check for the quality of the file (don't update database)

View File

@ -5,7 +5,6 @@ A generated diffusion can be unconfirmed, that means that the user must confirm
it by changing its type to "normal". The behaviour is controlled using it by changing its type to "normal". The behaviour is controlled using
--approval. --approval.
Different actions are available: Different actions are available:
- "update" is the process that is used to generated them using programs - "update" is the process that is used to generated them using programs
schedules for the (given) month. schedules for the (given) month.