On 12/18/07, Vinay Sajip <[EMAIL PROTECTED]> wrote:
> A reasonable approach would be that the media root for any app is
> conventionally /media/app_label. This is easily organisable under
> Apache/mod_python by having a single media location /media/ for which
> you do a "SetHandler None", then create a "media" directory in the
> Apache document root, and in that directory create symbolic links to
> app_label1 -> /path/to/media/for/app/with/label/app_label1, etc.

I like the idea but doesn't this run into the same like-named
app_label problem that the other thread is trying to solve?  eg:
"ellington.search" and "marketplace.search" would both map to
/media/search/.

-Rob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to