I've got a django setup that was moved from another site to pythonanywhere and it was using python 2.7 and when it tries to run on pythonanywhere, the version running it is 3.4, which breaks due to the missing MySQLdb module. I see where I could probably make it work with 3.4 but I'm thinking that there might be other reasons going forward that I would want to stay with 2.7, and I'm familiar with 2.7. Is it possible to set pythonanywhere to use 2.7 by default. If it's something that I can change, I haven't seen where to change it?