mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Update runtime.txt
- Support python-2.7.10 runtime
This commit is contained in:
parent
ae0a2b82ba
commit
a588d804f7
|
@ -1,3 +1,5 @@
|
||||||
{% if cookiecutter.use_python2 == 'n' -%}
|
{% if cookiecutter.use_python2 == 'n' -%}
|
||||||
python-3.5.1
|
python-3.5.1
|
||||||
|
{% else %}
|
||||||
|
python-2.7.10
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user