cubicweb/skeleton/cubicweb_CUBENAME/__init__.py.tmpl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 15:43:20 +0100
branch3.25
changeset 12092 09da91a5077b
parent 12009 a939b3a18d8e
permissions -rw-r--r--
[tox] Install "pyramid" dependencies in "doc" environment Otherwise most of the cubicweb.pyramid API doc fails to build. For this we skip installation in the "doc" environment and source the new requirements/doc.txt which will install cubicweb[pyramid], thus pulling cubicweb plus pyramid's dependencies. Furthermore this requirements/doc.txt would be useful to build to documentation on readthedocs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     1
"""cubicweb-%(cubename)s application package
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     2
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     3
%(longdesc)s
b97547f5f1fa Showtime !
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
diff changeset
     4
"""
12009
a939b3a18d8e [skeleton] call includeme from new cube
Samuel Trégouët <samuel.tregouet@logilab.fr>
parents: 11968
diff changeset
     5
a939b3a18d8e [skeleton] call includeme from new cube
Samuel Trégouët <samuel.tregouet@logilab.fr>
parents: 11968
diff changeset
     6
a939b3a18d8e [skeleton] call includeme from new cube
Samuel Trégouët <samuel.tregouet@logilab.fr>
parents: 11968
diff changeset
     7
def includeme(config):
a939b3a18d8e [skeleton] call includeme from new cube
Samuel Trégouët <samuel.tregouet@logilab.fr>
parents: 11968
diff changeset
     8
    pass