Joni Bekenstein
Joni Bekenstein
Correct! In production you should use the default rqworker management command.
I implemented a wrapper around the rqworker management command (as another management command) that uses `django.utils.autoreload`. It runs the rqworker using the `subprocess` module, writing the worker's pid to a...
Is there any workaround for this?
If you're not returning HTML content, then be sure to set the correct content_type in the HttpResponse object. I was getting this error when I returned plain text (for debugging)...
Would be nice to be able to configure EXCLUDE_TAGS from project's settings.py Adding noscript to that tuple correctly fixes the problem for me. Right now I'm doing: ``` from htmlmin...
Yes, I've put it in settings.py. Though that was for an old project, I'm not needing to do this anymore, but I don't have any noscript tags in this project,...
> @honi I didn't work on this project but would be interested in hearing what you've learned so far from working on a similar solution. Sure! Send me an email...
@salami162 no good :( I get the same error.
I have configured hbs plugin with: ``` templateExtension: "html" ``` So the extension shouldn't be a problem, and besides the base.html template is correctly loaded with html extension. The problem...
I can confirm that if I use the included Handlebars.js from this repo, partials work fine.