Relative Content

Tag Archive for pythondjangodjango-modelsdjango-admin

Resize readonly fields in Django Admi

In my Django admin im currently displaying JSONField as readonly, the JSON data is quite large and takes up about 80-90% of the page. I was able to find an answer for how one might resize a not readonly field here but other then that I am lost. My ideal outcome would have the large JSON data in a scrollable text box like so: Ideal outcome

How to display image in Django admin?

I am currently new to Django and web development and I was wondering if how can I display the image in Django admin? Currently it just shows this:
My Django admin