Search code examples
djangoimageadminuploader

Minimal django image uploader using the admin


I'm working on my first project and I need a minimal image uploader using the admin that return the images in a html with their urls


Solution

  • Try django-attachments.

    Only your attachments will be image files. Also, it gives an URL to the attachment.