Merge pull request #3 from olegvodyanov/add_domain

add host
This commit is contained in:
Олег Водянов 2025-04-13 00:01:42 +04:00 committed by GitHub
commit 978b6350bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['.localhost', '127.0.0.1', '[::1]'] ALLOWED_HOSTS = ['.localhost', '127.0.0.1', '[::1]', 'myinstalink.ru']
# Application definition # Application definition