crispy form

发布时间 2023-09-13 14:21:22作者: 花生与酒

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