oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 81 forks source link

InlineAjaxCRUD doesn't support image or file fields #125

Open A4TIF opened 4 years ago

A4TIF commented 4 years ago

If we select an image and save it in the popup modal window, the file doesn't get saved. :( Can anyone confirm this and any workarounds for this if possible?

Using Django 2.2.4 Python 3.7.4