debugtoolbar.py 98 B

12345
  1. import os
  2. def enable_debug_toolbar(_):
  3. return os.environ.get("IN_MISAGO_DOCKER", "") == "1"