Projet

Général

Profil

0001-tests-add-custom-settings-file-to-allow-hosts-20936.patch

Frédéric Péters, 01 janvier 2018 13:51

Télécharger (600 octets)

Voir les différences:

Subject: [PATCH] tests: add custom settings file to allow hosts (#20936)

 tests/settings.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tests/settings.py
tests/settings.py
1
TIME_ZONE = 'Europe/Paris'
2
LANGUAGE_CODE = 'en-us'
3
ALLOWED_HOSTS = ['*']
0
-