Updated schema

This commit is contained in:
Keannu Christian Bernasol 2023-07-27 00:17:35 +08:00
parent accf87e332
commit a608db275c
2 changed files with 4 additions and 8 deletions

View file

@ -28,7 +28,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = str(os.getenv('SECRET_KEY'))
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
FRONTEND_DEBUG = False
ALLOWED_HOSTS = ['*']