What u actually need to do is to change the way u are implementing ur models by converting it to a binary.
so that its:
class Announcements(models.Model): image = model.BinaryField()
this way u cn store it directly