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.
我目前正在开发一个需要实现 Ajax 的 Django 项目。例如,将模型对象添加到数据库,从数据库中获取和更新模型实例等,而无需刷新页面。我到处搜索,但还没有找到任何相关材料。 我会恳求房子里的大师们向我指出你知道可能会真正有帮助的材料的方向。谢谢
你问的看起来像是实现一个 RESTful API(创建、更新和获取对象......)
你应该看看Tastypie或Piston
对于这两者的比较看看这个问题
Django Ajax 表单
达贾克斯项目
Ajax 和 Django 视图