Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 473 Bytes

clldmpg

Python library providing common functionality for CLLD apps maintained in affiliation with the MPG.

Provides an MPG specific pyramid app scaffold and a pyramid package to be included by a clld app.

Note: The templates directory provided by this package must be specified in an app's appconf.ini in the correct position to make template lookup work, e.g.

[mako]
directories_list = concepticon:templates clldmpg:templates clld:web/templates