mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 04:37:04 +03:00
add host
This commit is contained in:
parent
817488db9f
commit
4ce1e3ef88
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user