Page not found (404)

Request Method: GET
Request URL: https://ohquebacan.2temp.com/jishufuwu/201704/26.html

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

  1. [name='home']
  2. mode/ [name='mode']
  3. login/ [name='login']
  4. logout/ [name='logout_']
  5. alfacentauro/
  6. master/
  7. inventario/
  8. gestion/
  9. listmodel/<slug:model> [name='listmodel']
  10. getmodel/<slug:model> [name='getmodel']
  11. reporte/<slug:model> [name='getpdf']
  12. sendmail/<slug:accion> [name='sendmail']
  13. ajaxrequest/<slug:accion> [name='ajaxrequest']
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$

The current path, jishufuwu/201704/26.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.