[V0.4] Added TODOs

This commit is contained in:
c-d-p
2025-04-21 23:47:38 +02:00
parent 5df6ae35cc
commit c0a58b45f4
26 changed files with 589 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ import logging
# import all models to ensure they are registered before create_all
from modules.calendar.models import CalendarEvent
from modules.auth.models import User
from modules.todo.models import Todo # Import the new Todo model
logging.getLogger('passlib').setLevel(logging.ERROR) # fix bc package logging is broken