Refactor registers to flat membership model and move apps to root
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m12s
CI/CD Pipeline / Run Tests (push) Failing after 2m14s
CI/CD Pipeline / Run API Inventory E2E Tests (push) Has been skipped
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped

This commit is contained in:
2026-04-22 13:33:33 +02:00
parent c26df87d80
commit 1249071a33
49 changed files with 221 additions and 391 deletions

View File

@@ -46,9 +46,9 @@ INSTALLED_APPS = [
"drf_yasg",
# Local apps
"apps.core",
"apps.user",
"user",
"apps.parsers",
"apps.registers",
"registers",
"apps.exchange",
"apps.backups",
]