move app to gatehouse-app

This commit is contained in:
2026-01-15 03:40:29 +10:30
parent 5e4cffcf73
commit 2c0aaf484b
69 changed files with 1569 additions and 294 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from dotenv import load_dotenv
load_dotenv(dotenv_path=os.path.join(os.path.dirname(os.path.abspath(__file__)), '.env'))
from flask.cli import FlaskGroup
from app import create_app
from gatehouse_app import create_app
# Create application
app = create_app(os.getenv("FLASK_ENV", "development"))