背景:我在mongodb中存储了一些数据,并希望在Django中显示它们。
现在::我使用djongo将Django连接到mongodb,我很困惑如何为我的类似json的数据设计模型:
img_url:{
url1:result1(dict)
url2:result2(dict)
....
}
由于我是Django的新手,如果还有其他处理方法,请告诉我...
顺便说一句,python manage.py inspectdb
不起作用,它说:
# Unable to inspect table 'scrapy_items'
# The error was: 'NoneType' object is not subscriptable