标签: django django-models django-forms django-templates
django manytomany关系默认输入选择表
default multiple selection form
多个搜索选择下拉
Multiple Search Selection
不使用基于默认Django类的Viewsto创建表单 在多实体模型中使用起来非常友好
from django.views.generic import ( ListView, DetailView, CreateView, UpdateView, DeleteView )