This talk discusses deploying and running Django web applications in production using Twitter PEX.
This talk discusses deploying and running Django web applications in production using Twitter PEX. PEX can be used to package a Python application and it's dependencies into a single file that can be easily copied to and run on other machines. The PEX format has some limitations and this talk will explore one possible way to use it for distributing Django web applications.