allow all hosts
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Josue Gomez 2020-06-27 10:40:36 -06:00
parent 3ddd04ed9c
commit 8189569eef

View File

@ -25,7 +25,7 @@ SECRET_KEY = '9#!(x85mkmgx!%#y@l6ei&4k7nywz*f3(qhei17oev6q28sz@q'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['*']
# Application definition # Application definition