fix circular import and show log of plugins loading on startup

This commit is contained in:
Nick Sweeting
2024-10-14 15:35:03 -07:00
parent ad4657861f
commit 518c46b4ab
4 changed files with 48 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ from typing import List, Optional, Union, Any
from datetime import datetime
from django.db.models import Q
from django.shortcuts import get_object_or_404
from django.core.exceptions import ValidationError
from django.contrib.auth import get_user_model