502 Bad Gateway using Beautiful Soup, Python/Django

前端 未结 2 1354
庸人自扰
庸人自扰 2021-01-16 04:15

Beautiful Soup works in the Python shell using Django. I can also successfully import from bs4 import BeautifulSoup into views.py, but when I call something lik

2条回答
  •  我在风中等你
    2021-01-16 04:29

    Try copying and pasting that URL into your browser. I get an access key error; fix that and your problem is solved.

提交回复
热议问题