Thanks for your replies, Kenneth and Graham! Graham explained my
problem better than I could, and mod_wsgi looks very useful indeed.
I'll try to install it this week, so also thanks for creating it. :-)
Sander
--~--~-~--~~~---~--~~
You received this message becaus
On our Apache server, we're hosting multiple Django projects. The
Apache configuration is like this:
PythonAutoReload Off
ServerName first.example.com
SetHandler python-program
SetEnv DJANGO_SETTINGS_MODULE first.settings
PythonInterpreter first
2 matches
Mail list logo