mustafa.yavuz
mustafa.yavuz

Reputation: 1294

Deactivate middleware at runtime in django

Is it possible to deactivate a middleware on runtime (after starting the application) in django?

Upvotes: 0

Views: 427

Answers (1)

Wolph
Wolph

Reputation: 80091

I would recommend toggling the middleware from within the middleware with something like Waffle or Gargoyle

Upvotes: 2

Related Questions