Initial project release
This version essentially consists of:
PdfViewPageMixin
for Wagtail pages, configurable withROUTE_CONFIG
and many other options such asstylesheets
andattachment
.- 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