debugtoolbar.py 106 B

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