So I have frontend django application on one machine while want to save 
user uploaded files to another computer - which will work as a file server 
(nginx serving static files) and trying the best solution.

So far I'm thinking about setting up ftp server on the second machine and 
use this ftp storage backend: https://djangosnippets.org/snippets/1269/
to pass the file over there.

So is it the best solution - or there is something simpler and more 
performant?

Arek

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f6aa9125-f742-421c-80eb-062e14b65dac%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to