Basic statistics.

This commit is contained in:
Jim Driessen
2017-05-02 15:25:15 +02:00
parent cbc70be451
commit 0b926a4356
12 changed files with 84 additions and 1 deletions

View File

@ -39,7 +39,8 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'marietje',
'queues',
'songs'
'songs',
'stats'
]
MIDDLEWARE = [