bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
653 stars 234 forks source link

File Widget not showing in admin panel #250

Closed Marcusdbb closed 2 years ago

Marcusdbb commented 2 years ago

When I do everything the file or S3DirectField widget doesn’t show in the admin panel. ( I uploaded a Image to show) ![Uploading image.jpg…]()

bradleyg commented 2 years ago

What errors do you see in the inspector?

Marcusdbb commented 2 years ago

I see no errors. The input field is not visible for some reason.

bradleyg commented 2 years ago

Should be fixed in the latest release.