import os BASE_DIR_PATH = os.path.abspath(os.path.dirname(__file__)) DATABASE_PATH = os.path.join(BASE_DIR_PATH, 'db.sqlite3')