app/soc/models/document.py
changeset 936 b3e1e0c9649c
parent 385 6d410bf49a82
child 1091 0e648c690bb7
equal deleted inserted replaced
935:09f47e08f805 936:b3e1e0c9649c
    36 
    36 
    37     work.reviews:  reviews of the Document by Reviewers
    37     work.reviews:  reviews of the Document by Reviewers
    38 
    38 
    39     work.content:  the rich-text contents of the Document
    39     work.content:  the rich-text contents of the Document
    40   """
    40   """
       
    41 
       
    42   URL_NAME = 'document'
       
    43 
    41   pass
    44   pass