Django uploading image when creating an instance – post_save signal

This blog post is mostly a way for me to remember how I managed to solve the problem of moving images to a specific folder when creating a new instance by using Django’s post_save signal but hopefully it will help someone else as well. Continue reading “Django uploading image when creating an instance – post_save signal”