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

This commit is contained in:
Frédéric Péters 2019-02-12 10:39:46 +01:00
parent 2c1e65a4ed
commit 07ef3f6a95
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 = ['*']