add allowed host
continuous-integration/drone/push Build is passing Details

main
adb-sh 1 year ago
parent bb1bf12de3
commit b03b1d4d98

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-srl4kvoe3zz=@x^h6aew)s4(&4!$96g%)%ar+yfpp@4t*0oo9(
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['127.0.0.1', '192.168.178.36']
ALLOWED_HOSTS = ['127.0.0.1', '192.168.178.36', 'webprog-homework.deploy.cat']
# Application definition

Loading…
Cancel
Save