Commit ef07139b authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 2272bb2b a895a543
......@@ -32,7 +32,7 @@ if 'CI_DATABASE' in os.environ:
DATABASES['default']['USER'] = 'root'
DATABASES['default']['PASSWORD'] = ''
DATABASES['default']['OPTIONS'] = {
'init_command': 'SET NAMES utf8',
'init_command': 'SET NAMES utf8, wait_timeout=28800',
}
elif os.environ['CI_DATABASE'] == 'postgresql':
DATABASES['default']['ENGINE'] = \
......
......@@ -38,6 +38,7 @@ SAME_BLACKLIST = frozenset((
'addons',
'address',
'admin',
'administrator',
'administration',
'africa',
'ah',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment