fix
This commit is contained in:
@@ -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__)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user