I've been trying to find an answer to this question for a while and it
seems like there are some ideas floating around but no definite
answer.

I have a photo site hosted with WebFaction that I have all my django
code running on.  However, I have another host that I'd like to serve
all the media for the site from.  This isn't a problem for things like
CSS and even core site images but obviously as it is right now, I
can't upload files from the Django admin to the same server that my
static media is serving from.

Is there a way to set up django so the files will upload to a
different server entirely from where django is running?

I've had ideas of using rsync or scp but I'd like this to be as
streamlined as possible.  With rsync or scp, I'd need to have it check
when a new file is added to a folder on my WebFaction account and then
automatically transfer that file to my other host and then delete that
file from WebFaction...which I think would be pretty complex to set
up.

Another option is using Amazon S3 which I've seen working for other
people but I'd really like to just use what I already have and not
depend on S3.

Any ideas?

Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to