コード例 #1
0
ファイル: views.py プロジェクト: navicto/Django_tests
def contact_us(request):
    form = ContactForm()
    return HttpResponse(form.as_table())