在initial_data中加载Django站点(contrib.sites)
有没有办法加载一些初始站点(从站点框架)彻底的initial_data 固定装置,这样我就可以避免在每个测试中设置它们?
我试图将其放在那里时遇到此错误:
DeserializationError: Invalid model identifier: 'django.contrib.sites.site'
谢谢!
Is there a way to load some initial sites (from the sites framework) thorough initial_data fixtures, so that I can avoid setting them up in each of my tests?
I'm having this error trying to put it there:
DeserializationError: Invalid model identifier: 'django.contrib.sites.site'
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要 django.contrib 部分。
You don't need the
django.contrib
part.