Django Importer le fichier Excel du même répertoire

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