阅读背景:

使用ManyToManyField序列化模型时出现Django REST错误

来源:互联网 

I've created a class modeling a group of files within a software product build, on a Django server using the Django-REST package. The design is that the group of files (a Depot instance) should be able to be assigned to multiple Build instances (e.g. both the "alpha" and "beta" builds using the same exact audio file depot). However, at the time that the depot is created, it is being created as part of the creation of single Build on the client; it is only later that a utility script will allow an existing Depot to be added to other Builds.I've created a class modeling a group of files




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: