cookiecutter-django/{{cookiecutter.project_slug}}/runtime.txt
2017-04-06 19:04:46 +03:00

2 lines
89 B
Plaintext

{% if cookiecutter.use_python3 == 'y' -%}python-3.5.3{% else %}python-2.7.10{%- endif %}