mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 20:02:20 +01:00
Do not ignore any users for stats
This commit is contained in:
@ -122,7 +122,7 @@ LIMIT_ALWAYS = True
|
||||
CONTACT_EMAIL = 'marietje@science.ru.nl'
|
||||
|
||||
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'
|
||||
MERGE_REQUESTS_URL = 'https://gitlab.science.ru.nl/Marietje/MarietjeDjango/merge_requests'
|
||||
|
||||
Reference in New Issue
Block a user