General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Joe Hart
Михаил Омельченко | Django School
comments
Comments by "Joe Hart" (@joehart7382) on "Уроки Django 3 - настройка админки django - урок 11 | Михаил Омельченко" video.
Можно ли аннотировать так переменную model? Reviews другой класс. from typing import ClassVar class ReviewInline(admin.TabularInline): model: ClassVar = Reviews extra: int = 1 readonly_fields: tuple = ("name", "email")
2