remove Station model (to much trouble for few advantages); start new player; rename Post.detail_url to Post.url, same for ListItem; move Article into website app; add website.Sound post; work on lists;...

This commit is contained in:
bkfox
2016-06-12 21:34:31 +02:00
parent 13bf57b401
commit c3ae0e012c
18 changed files with 180 additions and 196 deletions

View File

@ -51,8 +51,7 @@ class Website:
self.set_menu(menu)
if self.comments_routes:
self.register_comments_routes()
self.register_comments()
def name_of_model(self, model):
"""
@ -62,7 +61,7 @@ class Website:
if model is _model:
return name
def register_comments_routes(self):
def register_comments(self):
"""
Register routes for comments, for the moment, only
ThreadRoute