.
Size: a a a
.
.
AK

ПВ

filter_horizontal.꧁
AK
ПВ
{% if perms.app_label.can_do_something %}
<form here>
{% endif %}django.contrib.auth.context_processors.auth (см. в settings.py, чтобы он был), app_label — это лейбл приложения, который создал пермишен.d
AK
{% if perms.app_label.can_do_something %}
<form here>
{% endif %}django.contrib.auth.context_processors.auth (см. в settings.py, чтобы он был), app_label — это лейбл приложения, который создал пермишен.if perms.app_label.can_do_something. , у меня приложение называется pilka , как же эта строчка будет выглядитьAK
django.contrib.auth.context_processors.auth - это все естьПВ
ПВ
if perms.app_label.can_do_something. , у меня приложение называется pilka , как же эта строчка будет выглядитьAK
ПВ
d
AK
AK
AK
ПВ
D