skeleton/__init__.py.tmpl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 09 Nov 2012 17:14:18 +0100
changeset 8592 df16bd045cae
parent 0 b97547f5f1fa
permissions -rw-r--r--
[server] fix repository initialisation Changeset d753d6a6798f was breaking database creation. Dropping the `config.creating` clause lead to trying to load the schema from database even in creation mode. Conditional are a bit altered and reordered to prevent this to happen.

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

%(longdesc)s
"""