Is there a way to display html data on a specific page in the django administrator feature?
For example, let's say I have a programming-language Model, and for each language in the django administrator page, beneath the editing fields section, it display a picture with an html paragraph. A 'Python' language will show a snake picture and some description about it.
Thanks, Alon.
Override admin
change_form.html
for your model with(Django 1.8 note) Make sure you have specified 'DIRS' key in TEMPLATES dict (settings.py)