mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-14 02:52:21 +01:00
fix merge conflicts
This commit is contained in:
@ -62,7 +62,7 @@ DATABASES = {
|
||||
'PASSWORD': 'v8TzZwdAdSi7Tk5I',
|
||||
'HOST': 'localhost',
|
||||
'PORT': '3306',
|
||||
'OPTIONS': { 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'" },
|
||||
'OPTIONS': {'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"},
|
||||
}
|
||||
}
|
||||
|
||||
@ -95,12 +95,12 @@ CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
|
||||
'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
|
||||
'OPTIONS': { 'MAX_ENTRIES': 1000 },
|
||||
'OPTIONS': {'MAX_ENTRIES': 1000},
|
||||
},
|
||||
'song_search': {
|
||||
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
|
||||
'LOCATION': '/var/tmp/MarietjeDjango_cache/song_search',
|
||||
'OPTIONS': { 'MAX_ENTRIES': 1000 },
|
||||
'OPTIONS': {'MAX_ENTRIES': 1000},
|
||||
},
|
||||
'userstats': {
|
||||
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
|
||||
@ -144,8 +144,8 @@ CONTACT_EMAIL = 'marietje@science.ru.nl'
|
||||
STATS_TOP_COUNT = 50
|
||||
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'
|
||||
ISSUES_URL = 'https://gitlab.science.ru.nl/dsprenkels/MarietjeDjango/issues'
|
||||
MERGE_REQUESTS_URL = 'https://gitlab.science.ru.nl/dsprenkels/MarietjeDjango/merge_requests'
|
||||
TRUSTED_IP_RANGES = [
|
||||
'131.174.0.0/16', # RU wired
|
||||
'145.116.136.0/22', # eduroam
|
||||
|
||||
Reference in New Issue
Block a user