Hi,

I am trying to backport Python3.5 and Django to PTXdist 2013.03. 

I was able to backport Python3.5 from PTXdist 2016.04 by copying python3 .in and .make files and also patches files. 
Then I also copied following files: 'ptxd_make_dts_dtc.sh' and 'ptxd_make_world_install.sh'.

But I cannot backport python3-django. Indeed I have an error concerning _CONF_TOOL := python3. So I think I missed some files to support that:
PYTHON3_DJANGO_CONF_TOOL := python3

Which files should be taken to support the python3 CONF_TOOL ?

Regards,
Omer