Commit Graph

7 Commits

Author SHA1 Message Date
0140119828 Changed cache location for userstats.
Settings needs to be added:
    'userstats': {
        'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
        'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
        'OPTIONS': { 'MAX_ENTRIES': 1500 },
    },
2018-12-14 23:23:46 +01:00
f6fcc63450 Song reporting and user stats 2018-12-14 16:59:44 +01:00
2a340ef22c Add caching for song searching 2018-08-16 23:32:57 +02:00
60084cfe04 Cache the stats page 2018-08-16 17:20:50 +02:00
04cdce9ad4 Add more stats. 2017-10-05 18:07:09 +02:00
cbc9284865 More statistics on the stats page. 2017-10-05 18:07:09 +02:00
0b926a4356 Basic statistics. 2017-05-02 15:25:15 +02:00