Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

set python3 as default interpretor for ansible #392

Closed jainmickey closed 4 years ago

jainmickey commented 4 years ago

Why was this change necessary?

ubuntu 18.04 comes with python3 as default and ansible look for python2 and fails. To fix that we have to install python2 on the server or create an alias of python to python3

How does it address the problem?

This change will tell ansible to look for python3 instead of python2 by default

Are there any side effects?

It won't work on old OS which have python2 as default, to make that work we have to remove this setting

jainmickey commented 4 years ago

@CuriousLearner database connection causing the issues in tests, if you have time can you look into the issue?