Commit Graph
11 Commits
Author SHA1 Message Date
Olaf Slomp 027ee6b3e5 I need to find out how to do this efficiently. 2018-12-15 01:45:35 +01:00
oslomp aff8ddf878 Small fixes in stats and userstats, changed Most_played_uploads to exclude your own plays 2018-12-15 01:42:52 +01:00
oslomp ce73e5d874 Fix unique requests stats ordering 2018-12-14 23:47:55 +01:00
oslomp ea308d5071 Merge branch 'marietje-zuid' of gitlab.science.ru.nl:oslomp/MarietjeDjango into marietje-zuid 2018-12-14 23:32:32 +01:00
Olaf Slomp 29bd66c881 updated settings for cashing userstats 2018-12-14 23:28:50 +01:00
oslomp 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
Olaf Slomp d99f12491c Merge branch 'master' into 'marietje-zuid'
untrack settings

See merge request oslomp/MarietjeDjango!2
2018-12-14 23:03:42 +01:00
oslomp dcfcd63db1 untrack settings 2018-12-14 22:56:26 +01:00
Olaf Slomp f6fcc63450 Song reporting and user stats 2018-12-14 16:59:44 +01:00
Olaf Slomp 0c1f9cb08d Merge branch 'oslomp/duration-stats' into 'marietje-zuid'
Redo "added Time Requested to stats"

See merge request dsprenkels/MarietjeDjango!2
2018-11-28 19:23:33 +01:00
oslomp 38feb0d39e added Time Requested to stats 2018-11-28 11:35:44 +01:00