Maybe a SFTP mount or some sort of rsync will suffice?

On Oct 29, 4:18 pm, "Marty Alchin" <[EMAIL PROTECTED]> wrote:
> On 10/29/07, Jökull <[EMAIL PROTECTED]> wrote:
>
> > There is a lively discussion on an interesting upcoming feature of
> > Django called FileStorage. This will allow any sort of file storage
> > mechanism to plug into FileFields and process uploads. A good example
> > would be Amazon's S3 where a FileStorage module would handle the
> > authentication and HTTP's for S3 and supply callables like
> > get_FIELD_filename to Django. Awesome stuff and I hope my
> > understanding is correct : )
>
> Yes, your understanding of that proposal is correct. I can't really
> speak to the rest of your questions about NFS, and I'm certainly no
> expert there. However, keep an eye out once the filestorage stuff goes
> in, because that will enable me to release the AudioField that I've
> been working on for a while. It basically uses Mutagen[1] to retrieve
> title, duration and bitrate from an audio file and populate model
> fields, just like how ImageField populates width and height fields.
>
> Sorry, folks, most of this was a bit off-topic.
>
> -Gul


--~--~---------~--~----~------------~-------~--~----~
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