Django Impor file Excel dari direktori yang sama

import os.path
fullpath = os.path.abspath('..\same-directory\2_file.xlsx')
MitchAloha