fix
This commit is contained in:
@@ -27,7 +27,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||||||
SECRET_KEY = os.getenv("SECRET_KEY")
|
SECRET_KEY = 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
|
||||||
|
|
||||||
DEV = os.getenv("ENV") != "production"
|
DEV = os.getenv("ENV") != "production"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user