cubicweb/skeleton/cubicweb_CUBENAME/__init__.py.tmpl
author Laurent Peuch <cortex@worlddomination.be>
Tue, 12 Feb 2019 14:59:13 +0100
changeset 12368 feb60b438c1b
parent 12009 a939b3a18d8e
permissions -rw-r--r--
[doc] always indicate the file in which the code should be put

"""cubicweb-%(cubename)s application package

%(longdesc)s
"""


def includeme(config):
    pass