cookiecutter-django/{{cookiecutter.project_slug}}/runtime.txt
2016-08-21 22:11:01 +02:00

2 lines
89 B
Plaintext

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