Page not found (404)

Request Method: GET
Request URL: http://codingwithfun.com/weixinapp/9wou1q8j.html%E4%B8%8A%E9%9D%A2%E6%9C%89%E4%B8%80%E6%AD%A5%E6%AD%A5%E7%9A%84%E5%88%86%E8%A7%A3%E3%80%82%E5%A6%82%E6%9E%9C%E4%BD%A0%E6%83%B3%E5%BC%80%E5%8F%91%E4%B8%80%E4%B8%AA%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%EF%BC%8C%E9%A6%96%E5%85%88%E8%A6%81%E5%AF%B9%E5%AE%83%E7%9A%84%E6%A1%86%E6%9E%B6%E6%9C%89%E6%89%80%E4%BA%86%E8%A7%A3%EF%BC%8C%E5%85%B6%E6%AC%A1%E8%BF%98%E8%A6%81%E5%AF%B9%E5%AE%83%E7%9A%84%E9%80%BB%E8%BE%91%E5%B1%82%E3%80%81%E8%A7%86%E5%9B%BE%E5%B1%82%E3%80%81%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%E7%BB%84%E4%BB%B6%E7%AD%89%E6%9C%89%E6%89%80%E4%BA%86%E8%A7%A3%E3%80%82%E5%AF%B9%E8%BF%99%E4%BA%9B%E4%BB%A3%E7%A0%81%E7%9A%84%E7%BC%96%E5%86%99%E6%9C%89%E6%89%80%E4%BA%86%E8%A7%A3%E7%9A%84%E8%AF%9D%EF%BC%8C%E4%BD%A0%E4%B9%9F%E5%AD%A6%E4%B9%A0%E5%BE%97%E5%B7%AE%E4%B8%8D%E5%A4%9A%E4%BA%86%E3%80%82%E8%A6%81%E6%83%B3%E5%86%8D%E5%8D%87%E5%8D%8E%E4%B8%80%E4%B8%8B%EF%BC%8C%E5%8F%AF%E4%BB%A5%E8%87%AA%E5%B7%B1%E5%8E%BB%E8%AF%95%E4%B8%80%E4%B8%8B%EF%BC%8C%E5%86%8D%E5%9B%9E%E5%8E%BB%E7%9C%8B%E6%95%99%E7%A8%8B%E3%80%82

Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:

  1. mtservice_ad/
  2. [name='home']
  3. get_thumb_img/<keyword_to_find> [name='get_thumb_img']
  4. feed/rss [name='post_feed']
  5. feed/atom
  6. sitemap.xml [name='show_site_map']
  7. sitemap/sitemap<index_site_map>.xml [name='show_site_map_detail']
  8. search [name='post_search']
  9. robots.txt [name='show_robots']
  10. ads.txt [name='show_ads']
  11. feed/ [name='feed_view']
  12. p/<slug:slug>/ [name='post_detail']
  13. pip/<slug:slug>/<slug:slug1>/ [name='post_detail1']
  14. c/<slug:slug>/ [name='post_category']
  15. pips/<slug:slug>/ [name='post_category1']
  16. pips/ [name='pip_category']
  17. <slug:slug>/<slug:slug1>/ [name='post_faq']
  18. article/p/<slug:slug>/
  19. article/<slug:slug>/ [name='post_detail_article']
  20. policy [name='policy']
  21. ckeditor/
  22. ^static/(?P<path>.*)$
  23. ^media/(?P<path>.*)$

The current path, weixinapp/9wou1q8j.html上面有一步步的分解。如果你想开发一个微信小程序,首先要对它的框架有所了解,其次还要对它的逻辑层、视图层、微信小程序组件等有所了解。对这些代码的编写有所了解的话,你也学习得差不多了。要想再升华一下,可以自己去试一下,再回去看教程。, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.