I've recently been adding get_absolute_url() to my models and using it in my
templates.
In the documentation, it says that this also gives you a free "View on site"
link in the Admin, which it does.
My problem is that clicking that gives me an HTTP page rather than the HTTPS
page which would actually show something. Apart from that one "s", the
resulting URL is fine, but it's a pretty important "s".

Is there a way to tell Admin to use HTTPS rather than HTTP for these links ?

Failing that, is there a way to turn them off (as they don't work) ?

Thanks,

Chris Brand





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