Django runonce-per-db 标志?
Django“runonce-per-db”标志是什么?
我在此帖子中看到它,但找不到任何文档为了它。
What is the Django "runonce-per-db" flag?
I see it mentioned in this thread, but cannot find any documentation for it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为这是 django 代码。
runonce
没有出现在源代码中。他只是说他需要设置一个标志(他称之为 runonce-per-db),因为
post_syncdb
是为每个应用程序发出的,并且大概他的代码只需要触发一次。I don't think it's django code.
runonce
doesn't appear in the source.He's just saying he needs to set a flag (which he's referring to as runonce-per-db) because
post_syncdb
is emitted for every app and presumably his code needs to fire only once.