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) --

