コード例 #1
0
ファイル: web.py プロジェクト: fruch/djmicro
def test(request, id):
    return djmicro.render(request, 'test.html', {'id': id})
コード例 #2
0
ファイル: web.py プロジェクト: fruch/djmicro
def hello(request):
    return djmicro.render(request, 'index.html', {})