how ill show in the admin section the user picture?, i was looking the template of the admin and i can’t see how…
i think that Django show the fields in the section code (change_list template), but jeje ..how? jeje
{% block result_list %}
{% if action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %}
{% result_list cl %}
{% if action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %}
{% endblock %}
Thanks guys 🙂
We use Justin Driscoll’s fabulous django-photologue.
If photologue is installed properly (recommend running
python manage.py plinitas part of the installation) and the media is being served correctly the following should provide you with an easy-to-use admin_thumbnail() as follows:models.py
admin.py