Page not found (404)

Request Method: GET
Request URL: https://mechatronics.bjtu.edu.cn/plus/view.php?aid=216

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

  1. [name='default_index']
  2. item/ [name='default_list']
  3. item/<int:pk>/dig/ [name='default_dig']
  4. item/<int:pk>.html [name='default_view']
  5. ^media/(?P<path>.*)$ [name='media_serve']
  6. ^static/(?P<path>.*)$ [name='static_serve']

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