Saving self generated image in django models.ImageField
I have a method generate_certificate(), that uses a base image from default storage in django and edits it through pillow library and saves that image to the default djnago storage and returns file path.
How to copy a field from one model to another model in django
suppose I have two models: