mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Switch debug flag off
This commit is contained in:
parent
d7f88e1770
commit
a970c4c925
1 changed files with 1 additions and 1 deletions
|
@ -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 = ['*']
|
||||
|
|
Loading…
Reference in a new issue