Dear all,
to add 'https' to my application, I followed this steps "http://
www.djangosnippets.org/snippets/240/",
and i add {ssl:true} to urls of admin, but when from browser i acess
to the http://ip:8000/admin/ i have redirection to https://ip:8000/admin/
and not acess "transfert of data are interoppted"
the error is " File "/usr/lib/python2.5/site-packages/django/core/
servers/basehttp.py", line 603, in log_message
if self.path.startswith(self.admin_media_prefix) or self.path == '/
favicon.ico':
AttributeError: WSGIRequestHandler instance has no attribute 'path' "
Thank you for any help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---