Archivo Django Import Excel desde el mismo directorio

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