mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
5 lines
93 B
Text
5 lines
93 B
Text
{% if cookiecutter.use_python2 == 'n' -%}
|
|
python-3.5.1
|
|
{% else %}
|
|
python-2.7.10
|
|
{%- endif %}
|