'Organize folder by date using django filer

I'm using django-filer to be able to reuse the already uploaded images. Everything works fine, except the folder path.

I want all FilerImageFields to store images in a structured folder like this (year/month/filename.jpg) : enter image description here

Is there a way to do it? Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source