I'm trying to fix some urls in my templates

these are urls linking to the admins site that cannot use the {% url
%} tag or reverse.

these urls are "absolute" in that they don't use reverse (which is
preferable, god bless django)
but the admin urls are not addressable by name, so I link to them
"absolute"ly

but but if you have installed your django not on the root of your
website:

<Location "/sustain">
...
    PythonOption django.root /sustain
...
</Location>

questions:

then how can I access this django.root var  in python code  ?
what in general are these PythonOptions and where do they get put ?


thanks,


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to