Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no STATIC_URL in context w/ django 1.3? #16

Open
q opened this issue Mar 8, 2011 · 3 comments
Open

no STATIC_URL in context w/ django 1.3? #16

q opened this issue Mar 8, 2011 · 3 comments

Comments

@q
Copy link

q commented Mar 8, 2011

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.

@dokterbob
Copy link

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.

@dokterbob
Copy link

I believe this has already been fixed in a pull request: #10

That makes this a duplicate issue...

@q
Copy link
Author

q commented Mar 11, 2011

yea if you look, i actually commented on that issue afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants