tests: add custom settings file to allow hosts (#20936)

This commit is contained in:
Frédéric Péters 2018-01-01 13:13:16 +01:00
parent f769ef945b
commit bc4cb0ae9d
1 changed files with 3 additions and 0 deletions

3
tests/settings.py Normal file
View File

@ -0,0 +1,3 @@
TIME_ZONE = 'Europe/Paris'
LANGUAGE_CODE = 'en-us'
ALLOWED_HOSTS = ['*']