cms.actions + website.actions; Sounds section; player: bug fix (ask for restart on live stream), actions; remove website.Sound (not really used): move chmod/public into programs.Sound

This commit is contained in:
bkfox
2016-07-08 01:17:02 +02:00
parent e971f3f0b5
commit 88a5a9556e
19 changed files with 456 additions and 173 deletions

View File

@ -171,6 +171,11 @@ class Post (models.Model, Routable):
"""
Fields on which routes.SearchRoute must run the search
"""
actions = None
"""
Actions are a list of actions available to the end user for this model.
See aircox.cms.actions for more information
"""
def get_comments(self):
"""