This commit is contained in:
2024-06-25 13:48:23 +00:00
parent fe97bae2a5
commit 0b78fc4cb7

View File

@@ -20,8 +20,8 @@ if production_env:
else:
from .dev_settings import *
# with open(os.path.join(DATA_DIR, "config", "secret.key"), "r") as f:
# SECRET_KEY = f.read()
with open(os.path.join(DATA_DIR, "config", "secret.key"), "r") as f:
SECRET_KEY = f.read()
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))