问答详情
源自:3-4 自关联

网页中没有出现省市名,为什么?

我数据表中添加了记录,但网页没有改变, 什么地方出错了,那位高人知道原因? 请帮助.谢谢!

https://img1.mukewang.com/5d09f49b000135cf05880178.jpg

https://img4.mukewang.com/5d09f49b0001343e09250418.jpg

https://img.mukewang.com/5d09f49c0001bc6805640198.jpg

https://img1.mukewang.com/5d09f49c0001836307650180.jpg

https://img3.mukewang.com/5d09f49b0001ea0708640194.jpg

https://img1.mukewang.com/5d09f49c0001400d03970150.jpg


提问者:慕虎1347853 2019-06-19 16:39

个回答

  • Jack
    2019-06-20 09:47:25

    棒极了!?

  • 慕虎1347853
    2019-06-19 16:55:20

    知道了,哈哈,在settings.py中缺少以下设置

    # 开发阶段放置静态文件的目录

    STATICFILES_DIRS = (

        os.path.join(BASE_DIR, 'static_files'),

    )

    STATIC_ROOT = os.path.join(BASE_DIR, 'static')  # 执行python3 manage.py collectstatic命令后会将项目