Jacob Kaplan-Moss <[EMAIL PROTECTED]> írta:
> This is probably not what you want to hear, but I'd
*strongly*  
> recommend that you not store files in the database. 
Filesystems are  
> made for, well, storing files, and it's almost always bad
design when  
> you stuff them into a relational database.

I dont think so. Clean design *is* to store them in the db.
Not to do it is an optimalization in your head, just because
you do not think that db can handle blobs well. And you are
right. *Implementation* is better when you store files instead.
Actually in our application (because this reason), files are
stored in filesystem, but renamed and original/actual names
dictionary are stored in database.


> That said, Googling "python webdav server" gives me http:// 
> sandbox.xerox.com/webdav/, which at first glance might be
what you  
> want.  Google's nice, isn't it?

Google is fine (usually). It can find a page which is seven
(7) years old, uses python 1.4, and holds no code at all.
Probably this is not mine :)

Only reasonable i found was webdav.de which exists, but
holds no information about webdav at all. So as far i can
see, nobody uses webdav in python...

Whish i can catch an event, when apache stores a webdav
uploaded file somewhere...is this interaction with apache or
lighttpd (or something) possible?

I'm thankful for your help,
Anna

_______________________________________________________________________
Ne csak a lakást nézze, hanem a környéket is! Válogasson több ezer ingatlanból 
légifotós-keresõ segítségével!
http://ad.adverticum.net/b/cl,1,6022,110356,177661/click.prm


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

Reply via email to