I've noticed, that Django REST framework provides metadata for API endpoint http://www.django-rest-framework.org/api-guide/metadata/
Is there common way to generate forms in angularjs without writing a lot of code?
I've seen this article, but it looks like it's just allow annotate forms, not automatically generate it.
To make this question more specific: is there a way(or library) to generate HTML form with appropriate field types, "require" attributes validation from the Django REST framework HTTP OPTIONS output?