From a45d3e104bd8b028ba4143623be88f14b6b992a5 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 9 Sep 2021 09:38:18 +0300 Subject: [PATCH] http --- Sprint/settings.py | 2 +- daemons/web.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sprint/settings.py b/Sprint/settings.py index 38ef511..a2d2129 100644 --- a/Sprint/settings.py +++ b/Sprint/settings.py @@ -22,7 +22,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = "-w#*mn6*fa8a=(-c0@klx&$vl%hpiy&l(u*3%0a#2)wdt##(z2" -DEPLOY = True +DEPLOY = False # SECURITY WARNING: don't run with debug turned on in production! DEBUG = not DEPLOY diff --git a/daemons/web.py b/daemons/web.py index 0931558..dbeacb0 100644 --- a/daemons/web.py +++ b/daemons/web.py @@ -3,4 +3,4 @@ from SprintLib.BaseDaemon import BaseDaemon class Daemon(BaseDaemon): def command(self): - return "python manage.py runserver 0.0.0.0:443" + return "python manage.py runserver 0.0.0.0:80"