Media seems to come in several flavors (admin, non-admin read only, uploadable to, maybe more). We have MEDIA_URL and ADMIN_MEDIA_PREFIX available in settings.py for configuring where our projects will look for their media.
I've seen '/media/' and MEDIA_URL+'admin/', but I've also seen '/site_media/' and '/media/' where the "admin media" is not within the 'media root'. I've also seen some apps hardwired to use '/site_media/' (though that might be Pinax specific). Of course there are several apps/extensions which seem to use ADMIN_MEDIA_PREFIX as a guide. 1. Ignoring, for the moment, OSes that don't implement symbolic links, is there a good reason not to put all usages under the same hierarchy? 2. Is the Django world converging on a single strategy? 3. Do any of you have a strong feeling about "The Right Way (TM)" to do it? Bill --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

