feat(organizations): migrate source storage to polymorphic records

This commit is contained in:
2026-05-19 10:23:53 +02:00
parent 19a7d5a91c
commit 4ca2fa25d5
44 changed files with 7129 additions and 1551 deletions

View File

@@ -44,6 +44,7 @@ INSTALLED_APPS = [
"django_celery_beat",
"django_celery_results",
"drf_yasg",
"polymorphic",
# Local apps
"apps.core",
"organizations",