Russell Keith-Magee wrote: > URL path. When rendered, it should take into account settings.MEDIA_URL.
As a matter of fact it's not a universal practice to have css and js filed under this root. A couple of my projects had them in separate places (even js separate from css). It can be handled as simple as checking if Widget's media() (or a Meta-class) already contain an absolute links and only if they don't the join it with MEDIA_URL. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
