ãã¾ã¾ã§ä½æ°ãªã views.py ã®ä¸ã§ä½¿ã£ã¦ãã¾ã£ã render_to_response ã§ãããä½ããã¦ããã®ãããããªãã¾ã¾ä½¿ãã®ã¯è¯ããªãã¨æã£ãã®ã§ãä»åã¯ãã®é¢æ°ã使ããã«åããããªãã¨ããã¦ã¿ããã¨æãã¾ãã ã¾ã㯠views.py ã®ç¾ç¶ã®ã³ã¼ããè¦ã¦ã¿ã¾ãã # vim:fileencoding=utf-8 from django.shortcuts import render_to_response from django.template import RequestContext def first(request): from datetime import datetime return render_to_response('first.html', { 'abc': u'abcã§ãã¨ï¼', 'none_data': None, 'empty_strin
{{#tags}}- {{label}}
{{/tags}}