Python APIsΒΆ

Routes are defined in weye.application module while root object accessors are in weye.root_objects. Mimetypes (used to associate actions/views to items) functions are in weye.utils but it just parses the src/weye/mimedata.txt (see Mime data). Finally, the configuration is stored in ... weye.configuration !

This Page