entities/test/data/migration/postcreate.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 17 Feb 2010 13:23:36 +0100
branchstable
changeset 4612 d6ae30c5d055
parent 2920 64322aa83a1d
child 5421 8167de96c523
permissions -rw-r--r--
added a function to create admin/anon user during db initialization process so one get a chance to monkey patch it
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2920
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
wf = add_workflow(u'bmk wf', 'Bookmark')
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
wf.add_state(u'hop', initial=True)