> 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
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
2 matches
Mail list logo