work on cms

This commit is contained in:
bkfox
2016-05-21 01:01:17 +02:00
parent 54910f4df9
commit a4f1b03bde
6 changed files with 126 additions and 88 deletions

View File

@ -34,7 +34,7 @@ parent, and give informations for bindings and so on. This is as simple as:
class MyModelPost(RelatedPost):
class Relation:
model = MyModel
mapping = {
bindings = {
'thread': 'parent_field_name',
'title': 'name'
}
@ -51,7 +51,7 @@ Routes are registered to a router (FIXME: it might be possible that we remove
this later)
## Section
## Sections
Sections are used to render part of a publication, for example to render a
playlist related to the diffusion of a program.