I
Size: a a a
v
AF
v
AF
v
G
class Модель(models.Model):
_VAR = True
...
foo = Модель()
print(foo._VAR)
G
DT
DT
G
OO
{% if profile.photos.all %}
<img class="rounded-circle" src="{% thumbnail profile.photos.first.image 70x70 crop="smart" %}"/>
{% else %}
{% static 'img/default-user-avatar.png' as img %}
<img class="rounded-circle" src="{% thumbnail img 70x70 crop="smart" %}"/>
{% endif %}
DT
OO
DT
AP
DT
JT
AP
JT