Page not found (404)

Request Method: GET
Request URL: http://172.17.30.107:8000/e/action/ListInfo/?classid=91

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

  1. admin/
  2. api/oauth/
  3. api/suyuan/
  4. api/shopex/
  5. api/system/
  6. api/keywords/
  7. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  8. ^swagger/$ [name='schema-swagger-ui']
  9. ^redoc/$ [name='schema-redoc']
  10. media/
  11. ^media/(?P<path>.*)$
  12. ^static/(?P<path>.*)$

The current path, e/action/ListInfo/, 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.