Using Django URLs with other than HTTP
How do I get Django to respond to a new protocol? For example, instead of http://example.com, I would like to开发者_StackOverflow中文版 have Django server a page in response to new_protocol://example.com
on the following link is explained
http://www.redrobotstudios.com/blog/2009/02/18/securing-django-with-ssl/
精彩评论