如何在Django中为此类数据编写自定义字段

时间:2019-04-02 03:08:44

标签: django mongodb django-models django-custom-field

背景:我在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

0 个答案:

没有答案