5 lines
93 B
Python
5 lines
93 B
Python
from pathlib import Path
|
|
BASE_DIR = Path(__file__).resolve().parent
|
|
|
|
SECRET_KEY = 'fake-key'
|