N
Size: a a a
N
BM
S
N
ЕЕ
N
ЕЕ
N
MM
class USD(RealCurrencyBaseHundred):При makemigrations:
pass
class CurrenciesList(models.TextChoices):
USD = ('USD', USD)
TypeError: str() argument 2 must be str, not typeкак сделать ChoiceFIeld на класс какой-то? Не просто текст
Y
class USD(RealCurrencyBaseHundred):При makemigrations:
pass
class CurrenciesList(models.TextChoices):
USD = ('USD', USD)
TypeError: str() argument 2 must be str, not typeкак сделать ChoiceFIeld на класс какой-то? Не просто текст
N
class USD(RealCurrencyBaseHundred):При makemigrations:
pass
class CurrenciesList(models.TextChoices):
USD = ('USD', USD)
TypeError: str() argument 2 must be str, not typeкак сделать ChoiceFIeld на класс какой-то? Не просто текст
MM
N
MM
Y
MM
КБ
Y
G