import sys

PROJECT_DIR = "/home/daport/daport-page"
sys.path.insert(0, PROJECT_DIR)

from app import app as application