update db | settings ips

This commit is contained in:
2025-01-06 16:55:20 -03:00
parent 7ab0e99e6b
commit a761bd2db2
5 changed files with 6 additions and 7 deletions

Binary file not shown.

View File

@@ -27,13 +27,12 @@ SECRET_KEY = 'django-insecure-mqcnrs5!hc6bj$&#0@@9d8^2@x#w&$qhk3vlr5_)3znd9h6&d8
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'192.168.0.100', '192.168.0.100',
'http://192.168.0.100', '192.168.0.150',
'https://192.168.0.100', '10.72.150.166',
'192.168.0.100/24', 'localhost',
'localhost', '127.0.0.1',
'127.0.0.1', ]
]
# Application definition # Application definition