fix
This commit is contained in:
@@ -20,8 +20,8 @@ if production_env:
|
|||||||
else:
|
else:
|
||||||
from .dev_settings import *
|
from .dev_settings import *
|
||||||
|
|
||||||
# with open(os.path.join(DATA_DIR, "config", "secret.key"), "r") as f:
|
with open(os.path.join(DATA_DIR, "config", "secret.key"), "r") as f:
|
||||||
# SECRET_KEY = f.read()
|
SECRET_KEY = f.read()
|
||||||
|
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user