Page not found (404)

Request Method: GET
Request URL: http://hwuason.com/en/shengming.php

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

  1. i18n/
  2. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  3. ^swagger/$ [name='schema-swagger-ui']
  4. ^docs/$ [name='schema-redoc']
  5. api-auth/
  6. ^ckeditor/
  7. admin/
  8. files/
  9. sms/
  10. ^static\/(?P<path>.*)$
  11. ^images\/(?P<path>.*)$
  12. en/ [name='index']
  13. en/ home.html [name='home']
  14. en/ about.html [name='about']
  15. en/ search/<int:cate_id>.html [name='search']
  16. en/ events/
  17. en/ firms/
  18. en/ form/
  19. en/ frontier/
  20. en/ honor/
  21. en/ news/
  22. en/ profession/
  23. en/ protocol/
  24. en/ publication/
  25. en/ recruitment/
  26. en/ team/

The current path, en/shengming.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.