I am looking to create a portfolio using Django. I have tried using ImageField but it only allows me to upload and replace 1 photo.
I am new to Python and Django programming. How would I create a model to upload multiple images and show them in a gallery? Thanks.
You can also use apps like photologue, imagekit, etc to simplify some of the tasks.
You may also upload multiple images using Model Formsets