How to render Django model field in template form?

后端 未结 0 762
[愿得一人]
[愿得一人] 2021-02-14 10:01

I\'m trying to add django-faicon field in a form inside my template.

I have a form like:

from faicon.fields import FAIconField

class SomeForm(forms.Form):         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题