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 non-rel 来进行即将进行的项目,并且想知道。
我可以使用 django 管理员在 django non-rel 中创建新闻文章还是需要编写自己的管理员代码?
还是标准的 django 管理员可以工作?
我正在使用 django-nonrel,但不是管理员。
我不确定答案,但我很确定这是可能的,因为其他人已经做到了。
只要您不使用任何多对多关系,Django-nonrel 就可以正常工作。如果使用多对多关系,我真的不知道 dbindexer 的效果如何。如果您使用权限,管理员可能会使用多对多关系。因此,根据您使用的 contrib 组件,您可能会遇到问题。