Skip to content

Initial project release

Compare
Choose a tag to compare
@donhauser donhauser released this 22 Jan 13:43
· 66 commits to main since this release

This version essentially consists of:

  • PdfViewPageMixin for Wagtail pages, configurable with ROUTE_CONFIG and many other options such as stylesheets and attachment.
  • The routing is implemented as MultipleViewPageMixin, a very general extension of wagtails routablepage which supports inheritance.
  • A basic PdfModelMixin for regular django models (to make the PDF rendering process for them as similar as possible)
  • Support for django-weasyprint and django-tex