Auto commit

上级 20a22b00
run = "pip install -r requirements.txt;cd optimization;python3 manage.py runserver 0.0.0.0:8080 --noreload" run = "pip install -r requirements.txt;cd optimization;python3 manage.py runserver 127.0.0.1:8080 --noreload"
[env] [env]
VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv" VIRTUAL_ENV = "/root/${PROJECT_DIR}/venv"
......
...@@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-e_jsrlgm4cle*t1zjqmrqnj$#rh84n0zvz-%*$av*j^_t(&yz8 ...@@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-e_jsrlgm4cle*t1zjqmrqnj$#rh84n0zvz-%*$av*j^_t(&yz8
# 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 = ['127.0.0.1', 'works-192_168_0_221-8080.inscode.run']
# Application definition # Application definition
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册