|
Hey Guys, I installed pinax 0.9a1 on my webfaction account.
Something is nevertheless wrong! In the beginning it was not working, then it started to work, and now it does not work again My question is, when I start the virtual environment and pinax with the command
Should I specify any specific port (by default it starts as 127.0.0.1:8000), given that when setting up the webapp the webfaction control panel assigns a specific port for the mod_wsgi 3.2/Python 2.6 webapp |
|
You are not supposed to start the Django development server at all - your Pinax application should be served by Apache. You can find detailed instructions on installing Pinax at http://code.pinaxproject.com/wiki/DetailedPinaxWebfaction/ Great mate! It works now! Ok I understood I should NOT start the development server! Nevertheless should I activate the virtual environment? The virtual environment is "activated" via a configuration directive in the httpd.conf (namely, via WSGIPythonHome). If everything is working, you shouldn't be reconfiguring anything. super! Thanks for your help! Just an update. The url for that wiki page is now: http://code-old.pinaxproject.com/wiki/DetailedPinaxWebfaction/ Hope that helps other visitors. |