2007-09-01

How to set multi django projects on one apache

Use PythonInterpreter in Location setting.
<Location "/something">
SetEnv DJANGO_SETTINGS_MODULE mysite.settings
PythonInterpreter mysite
</Location>
It don't need if you use different VirtualHost.

No comments: