This commit is contained in:
2024-06-25 13:35:30 +00:00
parent f9cccdab34
commit fe97bae2a5
2 changed files with 5 additions and 3 deletions

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__)))