Reputation: 358
I'm using Django v1.7 and my app uploads files to a local storage. The thing is, I have a load balancer and 2 front end machines server the django app. Therefore I need to run a task periodically to sync the content of both local storages from the front end servers.... Is there any way to upload to a remote location, like a network storage? (e.g. may I uploaded it to remote IP or something?)
I'm sorry, but I haven't found a solution for this yet :(
Cheers,
Upvotes: 0
Views: 423