updated settings
This commit is contained in:
6
config/env.py
Normal file
6
config/env.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
import environ
|
||||
|
||||
env = environ.Env()
|
||||
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
Reference in New Issue
Block a user