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.
我有一个django-tastypie项目,我在其中将嵌套资源添加到架构中。我想将这些端点添加到在 中生成的顶级架构中api.top_level,但是如果不重新编写top_level方法并硬编码新端点,我看不到这样做的简单方法。
django-tastypie
api.top_level
top_level
有没有一种简单的方法可以将嵌套资源添加到顶级架构,或者有更好的方法来做到这一点。
例如,为父模式中的每个嵌套端点添加list-endpoint和schema字段。
list-endpoint
schema