Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我从 rails 切换到 django 时,我想知道是否有类似的方法可以在 django 中一次将所有参数保存到数据库中。在我使用的导轨中
foo = Bar.create! params[:foo] render :json => foo
在 django 中是否有等价物,还是我必须将每个参数分配给相应的 db 字段?
提前致谢
就在这里。
您基本上最终会保存表单:https ://docs.djangoproject.com/en/dev/topics/forms/modelforms/#the-save-method