Switch debug flag off

This commit is contained in:
Keannu Bernasol 2023-10-02 00:58:49 +08:00
parent d7f88e1770
commit a970c4c925

View file

@ -28,7 +28,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = str(os.getenv('SECRET_KEY')) SECRET_KEY = str(os.getenv('SECRET_KEY'))
# 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 = False
FRONTEND_DEBUG = False FRONTEND_DEBUG = False
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']