Aha! That did it. For the record, on Webfaction an application server is restarted with $HOME/webapps/app_name/apache2/bin/restart
Thanks for pointing me in the right direction. I'm obviously going to have to learn a lot more about the server end of things :) But I really appreciate the help. Ian On Monday, September 10, 2012 4:26:59 PM UTC-4, rochacbruno wrote: > > If you are running on webfaction, maybe it is under apache and mod_wsgi, > so you need to restart Apache to reload the mod_wsgi. > > $service apache2 restart > > or > > $/etc/init.d/apache2 restart > > (but you need to check if it is running apache, nginx or other) > --

