Re: Upload files to separate server from Django

2008-02-25 Thread [EMAIL PROTECTED]
Cool, thanks or the help guys! I'm going to try to figure out this JellyRoll thing and bypass all of this by using Flickr...for now at least... On Feb 25, 6:57 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm not certain about the practicality of this (it may have security > or performan

Re: Upload files to separate server from Django

2008-02-25 Thread [EMAIL PROTECTED]
I'm not certain about the practicality of this (it may have security or performance implications that i'm unaware of), but i've often thought about mounting the media server as a network drive on your dynamic server and giving Django full read-write privileges. This would mean that you don't actua

Re: Upload files to separate server from Django

2008-02-25 Thread Leonel Nunez
> > On Mon, 2008-02-25 at 13:34 -0800, [EMAIL PROTECTED] wrote: > > [...] >> 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 >> automa

Re: Upload files to separate server from Django

2008-02-25 Thread Malcolm Tredinnick
On Mon, 2008-02-25 at 13:34 -0800, [EMAIL PROTECTED] wrote: [...] > 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 tr

Re: Upload files to separate server from Django

2008-02-25 Thread [EMAIL PROTECTED]
There is currently a ticket for this: http://code.djangoproject.com/ticket/5361 I'm not sure what the status of it is, but for usage(with manual uploads, or if you try the patch), check out: http://www.b-list.org/weblog/2008/feb/07/media/ On Feb 25, 3:34 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED