Added basic statistics

This commit is contained in:
Raphael Michel
2015-08-15 11:07:04 +02:00
parent 9ffd166214
commit d9085d37a6
10 changed files with 160 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ INSTALLED_APPS = (
'pretix.plugins.paypal',
'pretix.plugins.ticketoutputpdf',
'pretix.plugins.sendmail',
'pretix.plugins.statistics',
'easy_thumbnails',
)