crispy form 和 常用的各种第三方插件

https://ordinarycoders.com/blog/article/render-forms-with-django-crispy-forms

 

  1. pip install django-crispy-forms in your Django project
  2. add crispy_forms to the list of installed apps in the settings
  3. add the crispy_template_pack to the settings
  4. load in the Django crispy_forms_tags in the HTML template
  5. add the |crispy or |as_crispy_field filter to the Django form variable

 

各种常用插件和简单用法

https://ordinarycoders.com/blog/article/django-python-packages

posted @ 2023-09-13 14:19  花生与酒  阅读(28)  评论(0编辑  收藏  举报