Webfaction is a hosting company which offers managed shared or dedicated servers.
I'm having some difficulty cloning my mercurial repository over ssh. Here's what I have tried: hg clone ssh://username@username.…
mercurial ssh webfactionI'm trying to use git clone to download the codes from my webfaction server $ cd ../webapps/nameofwebapp/ $ git clone git@…
git webfactionI just deployed a Flask app on Webfaction and I've noticed that request.remote_addr is always 127.0.0.1. which is of …
python flask webfactionMy Django app on my production server hosted on Webfaction was working fine until I just tried to restart it …
django python-2.7 mod-wsgi webfactionI'm trying to run ./manage.py test But it tells me Got an error creating the test database: permission denied …
django postgresql django-testing webfactionI got this error when I tested the account sign up form. I am using the django-registration package. I have …
django smtp python-2.7 django-registration webfactionI keep getting the following errors from supervisord at webFaction when tailing the log: INFO exited: my_app (exit status 127; …
python celery supervisord webfactionThis is a minor error that I can't figure out. When I enter the pidof command to shut down a …
linux pid webfactionI'm using Django 1.7 over Python 2.7 and noticed a strange behaviour on my production host (Webfaction) versus development machine (mac os …
python django webfactionI want to use an .htaccess file to check if the requested path is a file in the public/ directory. …
apache .htaccess webfaction