WTFMongoengine là một mô-đun Python tạo lớp Mẫu WTForms từ Mongoengine Document đối tượng & nbsp; Ví dụ.:
từ mongoengine tài liệu nhập khẩu, lĩnh vực
từ wtfmongoengine.forms nhập DocumentForm
lớp người dùng (document.Document):
& Nbsp; first_name = fields.StringField (
& Nbsp; verbose_name = 'First name',
& Nbsp; max_length = 50,
& Nbsp; yêu cầu = True,
& Nbsp;)
& Nbsp; last_name = fields.StringField (
& Nbsp; verbose_name = 'Last name',
& Nbsp; max_length = 50,
& Nbsp; yêu cầu = False,
& Nbsp;)
& Nbsp; email = fields.EmailField (
& Nbsp; verbose_name = 'Địa chỉ E-mail',
& Nbsp; yêu cầu = True,
& Nbsp;)
lớp UserForm (DocumentForm):
& Nbsp; class Meta:
& Nbsp; document_class = tài
& Nbsp; # Trong trường hợp bạn chỉ muốn bao gồm `` first_name`` trong các hình thức
& Nbsp; # lĩnh vực = ('first_name',)
& Nbsp; # Trong trường hợp bạn muốn loại trừ `` email`` từ hình thức
& Nbsp; # exclude = ('email',)
là gì mới trong phiên bản này:
- Dependency sửa chữa (wtforms là trong tests_require, cần thiết để được install_requires).
Yêu cầu :
- Python
Bình luận không