forked from rc/aircox
fixes, updates
This commit is contained in:
12
README.md
12
README.md
@ -2,9 +2,13 @@
|
||||
Platform to manage radio programs, schedules, cms, etc. -- main test repo
|
||||
|
||||
# Applications
|
||||
* **programs**: core application that have all defined models
|
||||
|
||||
# Note
|
||||
We make the assumption that admin is used with autocomplete-light and django-suit
|
||||
* **programs**: programs, episodes, schedules, sounds and tracks;
|
||||
* **streams**: streams and diffusions, links with LiquidSoap;
|
||||
* **website**: website rendering, using models defined by the previous apps;
|
||||
|
||||
|
||||
# Code and names conventions and uses
|
||||
* absolute dates: datetime fields, named "begin" "end" for ranges and "date" otherwise
|
||||
* time range: timefield name "duration"
|
||||
* parents: when only one parent, named "parent", otherwise model/reference's name
|
||||
|
||||
|
Reference in New Issue
Block a user