Added PDF exporter for the order overview

This commit is contained in:
Raphael Michel
2015-09-08 23:36:42 +02:00
parent 6279540372
commit 1b65d3cfaf
12 changed files with 366 additions and 100 deletions

View File

@@ -142,6 +142,7 @@ INSTALLED_APPS = (
'pretix.plugins.ticketoutputpdf',
'pretix.plugins.sendmail',
'pretix.plugins.statistics',
'pretix.plugins.reports',
'pretix.plugins.pretixdroid',
'easy_thumbnails',
)