Inside of a Docker container the same Django app functions as expected when I run
./manage.py shell_plus --ipython
Linux 83b0b44f3023 3.16.0-51-generic #69~14.04.1-Ubuntu SMP Wed Oct 7 15:32:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Python 3.4.3
output of objdump -T /usr/bin/python3.4 | grep _PyTraceback_Add
000000000042c7cf g DF .text 00000000000000cf Base _PyTraceback_Add
Inside of a Docker container the same Django app functions as expected when I run
./manage.py shell_plus --ipython
Linux 83b0b44f3023 3.16.0-51-generic #69~14.04.1-Ubuntu SMP Wed Oct 7 15:32:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Python 3.4.3
output of objdump -T /usr/bin/python3.4 | grep _PyTraceback_Add
000000000042c7cf g DF .text 00000000000000cf Base _PyTraceback_Add