базовый путь Джанго на уровне

from pathlib import Path

p = Path(__file__).parents[1]

print(p)
# /absolute/path/to/two/levels/up
ZNAS