> > Is there a way to tell Admin to use HTTPS rather than HTTP for these
> links ?
> 
> I guess if you admin site was accessed over https it would work.
> Otherwise, no, since it is a relative URL (and then redirected via an
> HTTP redirect), so it has to use the same schema (and hostname) as the
> originating page, which is the admin site change page.

But my admin site *is* accessed through https.
The "View on site" button links to a URL like https://[...]/admin/r/11/1/,
but when I click on it, it redirects to http://[...]/[get_absolute_url()
output]

Chris




--~--~---------~--~----~------------~-------~--~----~
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