Do not ignore any users for stats

This commit is contained in:
Daan Sprenkels
2018-04-09 19:43:09 +02:00
parent f06e782846
commit a51b3a934e

View File

@ -122,7 +122,7 @@ LIMIT_ALWAYS = True
CONTACT_EMAIL = 'marietje@science.ru.nl' CONTACT_EMAIL = 'marietje@science.ru.nl'
STATS_TOP_COUNT = 50 STATS_TOP_COUNT = 50
STATS_REQUEST_IGNORE_USER_IDS = (51, 515) STATS_REQUEST_IGNORE_USER_IDS = []
ISSUES_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/issues' ISSUES_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/issues'
MERGE_REQUESTS_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/merge_requests' MERGE_REQUESTS_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/merge_requests'