django-bakery
django-bakery copied to clipboard
Bakery doesn't run `MIDDLEWARE_CLASSES`/`MIDDLEWARES` on build
How can I make this happen? I'm using BuildableTemplateView.
Django 1.8 django-bakery 0.12.6
Can you tell me more about your bug?
I don't believe this is a bug but a feature. Even though it does run TEMPLATE_CONTEXT_PROCESSORS as desired, it does not run MIDDLEWARES. Makes sense since middlewares handle dynamic requests. Would be nice though to force bakery to run them with a flag.
What's the use case for needing the middleware?