I\'m running a django instance behind nginx connected using fcgi (by using the manage.py runfcgi command). Since the code is loaded into memory I can\'t reload new code with
You can use spawning instead of FastCGI
http://www.eflorenzano.com/blog/post/spawning-django/