search

Home  >  Q&A  >  body text

python - jinja2.exceptions.UndefinedError

用pycharm部署项目的时候测试出了这个问题,怎么解决。

阿神阿神2889 days ago294

reply all(1)I'll reply

  • 迷茫

    迷茫2017-04-17 17:41:29

    The second line of the first picture explains it very clearly

     'list object' has no attribute 'suthor'
    

    You made a list object call a parameter that it does not have suthor

    Check the type of object you call this parameter

    Also, it’s difficult to find problems by simply posting an incorrect picture like this

    It is recommended to post the relevant code

    reply
    0
  • Cancelreply