Page not found (404)

Request Method: GET
Request URL: http://47.94.101.120/view/AucZYOf

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

  1. ^(?P<path>[\w\-]+\.txt)$
  2. admin/
  3. wechat_auth/
  4. home/

The current path, view/AucZYOf, 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.