Extending dja_skelΒΆ

dja_skel it’s being developed with extensibility in mind. It provides some extension hooks:

  • overriding a template with a customised one, the same way a django app can override a template (to be done)
  • use a different template engine to render the skeletons (by means of the dja_skel.template_engine entry point).
  • add new skeletons (by means of the dja_skel.skeleton entry point).

Project Versions

Previous topic

Adapting existing code

Next topic

API reference

This Page