-
Notifications
You must be signed in to change notification settings - Fork 80
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
STATIC_URL not found in context (Django 1.8) #53
Comments
We created a patch for until a fix comes out:
It lacks everything related to languages however. |
Hi, |
My workaround was to include manually the script tags, for now... |
You can add the monkey patch pretty much anywhere (urls, views etc). Would also like to see a proper fix for this. Any ideas? |
I'm not sure what I see is the same as yours. Since I only needed context data in JsInitData, I overrode the ContextSerializer's as_data to include what I included using context_processors in the past and removed them from the context proccesors list. settings.JS_CONTEXT_PROCESSOR
|
All is in the title. ;)
The text was updated successfully, but these errors were encountered: