[V0.4] Added TODOs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user