3 lines
74 B
Python
3 lines
74 B
Python
import os
|
|
|
|
BASE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/.."
|