dmptrluke / django-markdownfield

A simple custom field for Django that can safely render Markdown and store it in the database.
MIT License
44 stars 13 forks source link

Django 5 admin layout issue #37

Open offbyone opened 3 months ago

offbyone commented 3 months ago

This may apply to older versions, too, but it definitely applies here:

Image

The markdown edit widget is really narrow and tall; it would be nice to have it below the name of the field, instead of beside it.

benjaoming commented 3 months ago

I only use this in LTS projects, so don't have access to quickly verify if this problem exists in Django 5... but it looks like static files are missing. Have you added markdownfield to INSTALLED_APPS and run collectstatic (if necessary) ?

offbyone commented 3 months ago

Yup, I've done both; it's definitely behaving a bit oddly. The xxxxxxxx at the top there is also not actually in the data.

dmptrluke commented 4 weeks ago

I'm currently working on updates for Django 4.2, but I'll have a look at this one after