skeleton/entities.py.tmpl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Apr 2010 11:04:17 +0200
changeset 5184 955ee1b24756
parent 4212 skeleton/entities.py@ab6573088b4a
child 5423 e15abfdcce38
permissions -rw-r--r--
[c-c newcube] #1192: simpler cubicweb-ctl newcube, and more * new --layout option, to get 'simple' or 'full' cube * new --licence option to specify license for the cube * added README and sobjects.py template (the later only added in full layout) * fixed python file templates to get proper headers according to the config

"""%(distname)s entity's classes

:organization: %(author)s
:copyright: %(year)s %(author)s
:contact: %(author-web-site)s -- mailto:%(author-email)s
:license: %(long-license)s
"""