Most django socket makefile related news are at:
ionelmc.wordpress.com
– ionel's codelog - NOTE: moved to blog.ionelmc.ro | Just another tech mumbo-jumbo weblog
Django and pip wheel 26 Aug 2013 | 02:00 am
Just a quick heads-up: older Django versions don't work properly if installed via wheel. It's fixed in 1.6 but it's not final yet (right now it's in beta). Edit: Django 1.5.2 has the fix backported fr...
Dealing with eval'd code 8 Aug 2013 | 02:00 am
eval and exec are usually frowned upon, for good reason. The main issues people complain about are: Security: cause user input might end up in the eval'd string. And users are not to be trusted. Slo...
More django socket makefile related news:
Django deployment, FastCGI and UNIX-domain sockets codepainters.wordpress.com 30 Aug 2010 | 08:22 am
For various (mostly security) reasons I prefer to deploy Django applications as separate processes, with web server and actual application running under different UIDs, communicating with each other v...