# up allow host

This commit is contained in:
xianfuxing 2018-07-30 10:50:56 +08:00
parent 7b164665f4
commit e59bf0ce04
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ SECRET_KEY = 'l_npcm8lc26$c#o5p!1j+$^@99lpv)l6+4lyc*2(+h8t_phwx%'
# 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 = [] ALLOWED_HOSTS = ['47.106.73.20', '127.0.0.1']
# Application definition # Application definition