refinery-platform / django_docker_engine

Django app that manages the creation of, and proxies requests to, Docker containers.
MIT License
6 stars 2 forks source link

Python3 support #117

Closed mccalluc closed 6 years ago

mccalluc commented 6 years ago

Build matrix now covers lots of possibilities:

Python: 2.7    DJANGO_VERSION='1.8.19'
Python: 2.7    DJANGO_VERSION='1.11.11'
Python: 3.6    DJANGO_VERSION='1.8.19'
Python: 3.6    DJANGO_VERSION='1.11.11'

In a lot of places, I'm not sure if it's better to do explicit version checks, or try one thing, and if there's a name error, try something different. I want it to be robust, and not too magical.