work in progress: fixing absolute /syrup/ root references.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 7 Apr 2009 02:08:57 +0000 (02:08 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 7 Apr 2009 02:08:57 +0000 (02:08 +0000)
commit5e1f14ffd380af594ae4d49bc378dbc85edbb7cb
tree26280321c1d9f2d3e049e51ce350b3b692cccbcb
parentf1ec50b0725ed9a656ace1e1df35cceee709ae0f
work in progress: fixing absolute /syrup/ root references.

Sorry for checking in partially-working code, but I don't want to list this.

Some /syrup/ root-prefixes are fixed; some are not. Note, this commit
will almost certainly break if running as './manage.py
runserver'. Using mod_python, it should still work:

<Location "/syrup/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE conifer.settings
    PythonOption django.root /syrup
    PythonDebug Off
    PythonPath "['/home/graham/projects/evergreen/servres/'] + sys.path"
</Location>

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@297 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/settings.py
conifer/syrup/models.py
conifer/syrup/views.py
conifer/templates/master.xhtml
conifer/templates/tabbar.xhtml
conifer/urls.py