perezvon ããã«æãã¦ããã£ãæ¹æ³ã試ãã¦ã¿ã¾ãããç¡çã§ããã http ã§ã¢ã¯ã»ã¹ãããã¨ã https ã§ã¢ã¯ã»ã¹ãããã¨ã http ããåå¾ã§ãã¾ããã 試ããã³ã¼ãã¯ãããªæãã # encoding: utf-8 from django.http import HttpResponse from django.shortcuts import render_to_response def test(request): addr = request.META.get('REMOTE_ADDR', 'not_exists_remote_addr') scheme = request.META.get('wsgi.url_scheme', 'not_exists_wsgi.url_scheme') return render_to_response('index.html'
{{#tags}}- {{label}}
{{/tags}}