Hi
How can I store Images, Videos and Audio via Django in a Mysql db?
I know I can either store the link to the image, video, audio, or the image, video, audio itself.
But how does this exactly work.
I know about the models and how they create tables via the manage.py. But is there a good tutorial on how to create an image (e.g. jpg, tiff etc) database via Django.
Thanks
L.