import sys import pathlib sys.path.append(str(pathlib.Path(__file__).parent.parent)) import config config.DEBUG = True