Page not found (404)

Request Method: GET
Request URL: http://www.huashui.com/1235.html

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. zh-hans/

The current path, 1235.html, 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.