You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MEDIA_URL gets set, however STATIC_URL does not. With django 1.3 shipping with staticfiles now, it would make sense to add this into the context of the template.
The text was updated successfully, but these errors were encountered:
Same problem here. Actually, this tag should receive the full context of the tag that called it IMHO. Not just STATIC_URL but also stuff that is contained contributed by RequestContextProcessors etc.
MEDIA_URL gets set, however STATIC_URL does not. With django 1.3 shipping with staticfiles now, it would make sense to add this into the context of the template.
The text was updated successfully, but these errors were encountered: