Forums

How to change python version for myapp?

Hi. I used f-strings in my project and it doesn't work because deufalt is python 3.5. How change it?

screenshot

If the version you want isn't available, you may need to request a system image upgrade

@dull is completely right -- and additionally, @fixitcemes, you should not need to upgrade your system image -- you're already on a version that supports 3.6 and 3.7.

hi. i used alias python=python3.6 and https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/ it works! ;) I still have problem with static files but i'm sure that is detail.

Thank You for help!