Add Icons to choose

Is it possible to include icons on models within the admin selection and have them automatically navigate to their respective pages?

Yes, you can override any of the admin templates. See The Django admin site | Django documentation | Django

Hello Ken,

Thank you for your assistance! I’m not sure if you understand what I mean; I’m sorry, my English is not very proficient.

I am aware that I can override the admin templates. However, when I create a model, is it possible for me to provide a variety of icons on a field to my content creator choose?

For example, we have in a models a smile emoji, boring emoji, and my content creator will choose one.

I’m sorry, I’m not following what you’re asking for here.

It might be helpful if you had a mock-up of what you’re trying to do.

Do you want a field where you can pass icons/images with text and store them within database something like this?
Texts… and some icon or image :innocent: :money_mouth_face: :smiling_face_with_tear: some more text.
If yes than you should use something like django-tinymce.