Reputation: 1294
Is it possible to deactivate a middleware on runtime (after starting the application) in django?
middleware
runtime
django
Upvotes: 0
Views: 427
Reputation: 80091
I would recommend toggling the middleware from within the middleware with something like Waffle or Gargoyle
Upvotes: 2