mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-26 23:24:43 +00:00
1 line
89 B
Text
1 line
89 B
Text
{% if cookiecutter.use_python3 == 'y' -%}python-3.5.1{% else %}python-2.7.10{%- endif %}
|