diff options
author | Nate Case <ncase@xes-inc.com> | 2008-09-05 09:45:36 -0500 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-09-08 10:03:48 +1000 |
commit | 8df76da1f7f4f6bc9a22d2b2db233618c251eeb5 (patch) | |
tree | 3ec4e47436571910a2a07aad4b9b2623f0e3dc12 /docs/INSTALL | |
parent | e3fadcd6476158e57577a0b4ab69e33b0824ae6d (diff) | |
download | patchwork-8df76da1f7f4f6bc9a22d2b2db233618c251eeb5.tar patchwork-8df76da1f7f4f6bc9a22d2b2db233618c251eeb5.tar.gz |
mod_python example configuration fixes
These fixes correct the example patchwork.mod_python.conf file to
actually work properly:
* Patchwork base directory needs to be in PythonPath so that
things like "apps.urls" will import
* Set DJANGO_SETTINGS_MODULE to "settings" instead of
"patchwork.settings" so that it can find the settings file to
import
* Use LocationMatch instead of Location in order for the pattern
matching to work (this was causing none of the images/stylesheets
to be found when using mod_python)
Signed-off-by: Nate Case <ncase@xes-inc.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs/INSTALL')
0 files changed, 0 insertions, 0 deletions