mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +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' -%}
|
||||
python-3.5.1
|
||||
{% else %}
|
||||
python-2.7.10
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user