This commit is contained in:
oleg.vodyanov91@gmail.com 2025-04-13 00:01:00 +04:00
parent 817488db9f
commit 4ce1e3ef88

View File

@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure--6^d01urjvdon#5(lf+-1qm385!$82j^q@6*&=xkm^0f@0s(h-
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['.localhost', '127.0.0.1', '[::1]']
ALLOWED_HOSTS = ['.localhost', '127.0.0.1', '[::1]', 'myinstalink.ru']
# Application definition