update
This commit is contained in:
@@ -5,6 +5,7 @@ from django.utils.translation import gettext_lazy as _
|
||||
class RoomType(models.TextChoices):
|
||||
AUTO_EVALUATION = "auto_evaluation", _("AutoEvaluation xonasi")
|
||||
DIRECT = "direct", _("To'g'ridan-to'g'ri")
|
||||
MECHANIC_AUTO_EVALUATION = 'mechanic_evaluation', _("Mechanic Auto-Evaluation xonasi")
|
||||
|
||||
|
||||
class MessageType(models.TextChoices):
|
||||
|
||||
@@ -3,6 +3,7 @@ from django.utils.translation import gettext_lazy as _
|
||||
from django_core.models import AbstractBaseModel
|
||||
from model_bakery import baker
|
||||
|
||||
from core.apps import evaluation
|
||||
from core.apps.chat.choices.chat import MessageType, RoomType
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user