.. -*- ispell-local-dictionary: "british" -*- ********************** 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).