Forums

Python3.4.2 + Django1.7.1 + PostGres9.4 + PostGIS2.1.5 + MySQL5.6.22

I'm starting a new project and tempted to use all the "bleeding edge" versions (as noted above in the title). Any advice on versions I should probably hold off on?

On PythonAnywhere most of those are fixed already, so you can't change them:

  • Python 3.4 is at 3.4.0
  • We don't have Django 1.7, but you can install it for yourself in a virtualenv
  • Postgres is 9.4
  • PosGIS 2.1
  • MySQL 5.1

Great, thanks.