I will be uploading files using a cron job on a server. If my server gets full, I will add another hard disk to add the new files there. I am building a metadata file for these uploaded files. At any point of time I would like to be able to download these files from the model form using MEDIA_URL.
At such a point of time the MEDIA_ROOT needs to be able to access both the paths if the 2 disks are added. How could this be resolved? I am aware of the urls where dynamic folders can be created to add the files at run time but not change the MEDIA_ROOT.
Is there any alternate solution? Using django 1.6.5, I have referred to the following urls: