- new folder conventions:
templates_for_boilerplates/<my-boilerplate>
is nowboilerplates/<my-boilerplate>/templates
static_for_boilerplates/<my-boilerplate>
is nowboilerplates/<my-boilerplate>/static
- fix template discovery for apps without a “templates” folder
- more tests
- more tests
- document how to add support to existing packages
- add djangocms-helper test dependencies
- add tests for loading templates from different boilerplates
Initial Release