Print debug output for django/gunicorn in staging
You can differentiate between production and staging in cinit.yml
like this:
'{% if DEPLOYMENT_DOMAIN is ending_with("svis.ethz.ch") or DEPLOYMENT_DOMAIN == "localhost" %}value-for-staging-goes-here{% else %}value-for-prod-goes-here{% endif %}'
Edited by Emir İşman