5.4.3. gemini_interface.create_app
Create Flask Application.
This module defines the factory function create_app for creating and configuring the Gemini web application. It handles: - Configuration of Flask application - Database setup with SQLAlchemy - Authentication management with Flask-Login - Session management with Flask-Session - Admin interface for managing users and projects
Functions
Create and configure the Gemini web application using Flask and importing the blueprints. |