mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 22:12:22 +01:00
Fix a typo
This commit is contained in:
@ -139,6 +139,6 @@ 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'
|
||||||
TRUSTED_IP_RANGES = [
|
TRUSTED_IP_RANGES = [
|
||||||
'131.174.0.0/16' # RU wired
|
'131.174.0.0/16', # RU wired
|
||||||
'145.116.136.0/22' # eduroam
|
'145.116.136.0/22', # eduroam
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user