Re: Deployment and user libraries (builds on the Django tutorial)

2013-01-19 Thread Frederik T
> If you're going to install it as a python package, either install it to > the system or to the user that mod_wsgi executes under or into a python > virtualenv. Basically you need to ensure that it's on the python path > for the user running the wsgi. You can add additional paths to the wsgi

Deployment and user libraries (builds on the Django tutorial)

2013-01-17 Thread Frederik T
I've worked my way through the Django tutorial successfully, up to https://docs.djangoproject.com/en/dev/intro/reusable-apps/ which worked for the development test server. I have refactored out the polls application and turned it into a python package, as suggested, which I then installed as a l