🎉 Improved Backend Structure & Logging 🖥️📝
This commit is contained in:
@@ -6,7 +6,7 @@ from sqlalchemy import and_, or_, func
|
||||
|
||||
from models import Job, Printer, User, UserPermission, get_cached_session
|
||||
from utils.logging_config import get_logger
|
||||
from utils.conflict_manager import conflict_manager, ConflictType, ConflictSeverity
|
||||
from utils.job_queue_system import conflict_manager, ConflictType, ConflictSeverity
|
||||
|
||||
calendar_blueprint = Blueprint('calendar', __name__)
|
||||
logger = get_logger("calendar")
|
||||
|
Reference in New Issue
Block a user