Comment #4 on issue 136 by arockinit: MEDIA_ROOT in settings.py ignored for document_root http://code.google.com/p/django-hotclub/issues/detail?id=136
I think we're crossing paths here (no pun intended :-)). The problem is that MEDIA_ROOT (not MEDIA_URL) is ignored by the urls.py file for all the projects. There are two solutions, either use MEDIA_ROOT for static content or put a comments in settings.py that MEDIA_ROOT does not affect what relative folder static media is pulled from. Either way is fine for me so that people don't change MEDIA_ROOT expecting a change that won't happen. I would say just add a comment to settings.py if you want to get close to a WONTFIX. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" 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/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
