python 用Django WebTests编写了一个新领域

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 用Django WebTests编写了一个新领域相关的知识,希望对你有一定的参考价值。

from webtest.forms import Field

# ...
extra_field = Field(form, tag='input', name='new_field', pos=0, value='new_value')
form.fields['new_field'] = [extra_field]
form['new_field'] = 'new_value'
form.field_order.append(('new_field', extra_field))

# How to add a form to formset: https://github.com/kmike/django-webtest/pull/17

以上是关于python 用Django WebTests编写了一个新领域的主要内容,如果未能解决你的问题,请参考以下文章

如何借助 Django 来编写一个 Python restful api接口

如何借助 Django 来编写一个 Python restful api接口

如何借助 Django 来编写一个 Python restful api接口

如何借助 Django 来编写一个 Python restful api接口

Django用Eclipse编写一个登录界面

用Django编写后端任务流程