def get_folder(self): path = os.path.join(settings.DATA_DIR, "research", str(self.id)) if not os.path.exists(path): os.makedirs(path) return path