Page not found (404)

Request Method: GET
Request URL: http://47.92.230.22:8000/category/%E5%8E%9F%E5%88%9B

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

  1. ^doc(?P<format>\.json|\.yaml)$ [name='schema-json']
  2. doc/ [name='schema-swagger-ui']
  3. redoc/ [name='schema-redoc']
  4. admin/
  5. v3/
  6. [name='仪表盘.机器人工作时长']

The current path, category/原创, 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.