Is there any mechanism for making Django 'aware' of it's SCGI mountpoint?
I have been experimenting with SCGI/WSGI bridges ( both flup, and Titus Brown's SWAP from Paste ) and I am having difficulty mounting a django-app under an existing website a particular location. ie: SCGIMount '/django' .... as opposed to SCGIMount '/'. The Form-actions and redirects issued by Django are broken because they are omitting the path-prefix ( ie: GET /django/admin/ works but the rendered form action is '/admin'. ) Anyone have any pointers or success stories on mounting django in this fashion? Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

