Source code for kind.views.html

from django.views.generic import TemplateView

[문서]class ASTRView(TemplateView): template_name = "rest_framework/html/api.html"
[문서]class AngularjsView(TemplateView): template_name = "rest_framework/html/angularjs.html"