On 6/5/06, gabor <[EMAIL PROTECTED]> wrote:
> i'm building a https site, and have many times problems with the Site
> objects, which kind-of assume that the site is http.
>
> would it be a good idea for the site objects to also contain the
> protocol (http or https)? what do you think?

I don't think the Site object itself should contain the protocol, but
I suspect we could solve your problem by making some of the Django
helper functions more sensitive to http/https differences. There are
probably several places within Django in which the "http://"; is
hardcoded.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to