6 lines
99 B
Python
6 lines
99 B
Python
import os
|
|
|
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
|
print(BASE_DIR)
|