crispy form 和 常用的各种第三方插件
https://ordinarycoders.com/blog/article/render-forms-with-django-crispy-forms
pip install django-crispy-forms
in your Django project- add
crispy_forms
to the list of installed apps in the settings - add the
crispy_template_pack
to the settings - load in the Django
crispy_forms_tags
in the HTML template - add the
|crispy
or|as_crispy_field
filter to the Django form variable
各种常用插件和简单用法
https://ordinarycoders.com/blog/article/django-python-packages