Инспекция кода

This commit is contained in:
2026-07-18 11:50:42 +03:00
parent 87a4f06d40
commit cc57591e66
13 changed files with 27 additions and 272 deletions

View File

@@ -12,8 +12,8 @@ from django.core.management import call_command
from django.core.management.base import no_translations
from net.xeaf.rack.core import CoreCommand
from net.xeaf.rack.management.userstory import AccountTestData
from net.xeaf.rack.management.userstory import SessionTestData
from net.xeaf.rack.models.user_story import AccountTestData
from net.xeaf.rack.models.user_story import SessionTestData
class Command(CoreCommand):