On Sun, 2009-01-18 at 01:46 -0800, Adam Yee wrote:
[...]
> I'm still very puzzled by not being able to use '/mysite'.  I agree
> with you that somewhere '/mysite' is being stripped or just not being
> accessed at all.  My guess is somewhere in the generic views and/or
> how they are set up in the urlconfs. 

Don't guess. Analyze.

Django doesn't care about the SCRIPT_ALIAS portion of the paths and the
Django side of the code should be written independently of that. The
code in django/core/handlers/wsgi.py (the call to set_script_prefix())
should be ensuring that.

Malcolm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to