[Fixed]-Upload to absolute path in Django

1👍

You should be able to create a different FileSystemStorage instance for each storage location.

Alternatively, you could write a custom storage system to handle the files.

👤dgel

Leave a comment