doc/book/en/B0020-define-workflows.en.txt
branchtls-sprint
changeset 1398 5fe84a5f7035
parent 1220 9f80ecdb057a
equal deleted inserted replaced
1397:6cbc7bc8ea6d 1398:5fe84a5f7035
    67 To define our workflow for BlogDemo, please add the following lines
    67 To define our workflow for BlogDemo, please add the following lines
    68 to ``migration/postcreate.py``::
    68 to ``migration/postcreate.py``::
    69   
    69   
    70   _ = unicode
    70   _ = unicode
    71 
    71 
    72   moderators = add_entity('EGroup', name=u"moderators")
    72   moderators = add_entity('CWGroup', name=u"moderators")
    73 
    73 
    74 This adds the `moderators` user group.
    74 This adds the `moderators` user group.
    75 
    75 
    76 ::
    76 ::
    77 
    77