4 lines
78 B
Django/Jinja
4 lines
78 B
Django/Jinja
{% for key, val in ENV_PRODUCTION.items() %}
|
|
{{ key }}={{ val }}
|
|
{% endfor %}
|