mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Use python 3.5 on Heroku
This commit is contained in:
parent
7eb0fc0e81
commit
c5481135f2
|
@ -1,3 +1,3 @@
|
||||||
{% if cookiecutter.use_python2 == 'n' -%}
|
{% if cookiecutter.use_python2 == 'n' -%}
|
||||||
python-3.4.3
|
python-3.5.0
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user