Page not found (404)

Request Method: GET
Request URL: http://www.hisp.info/confluence

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

  1. api/token/ [name='token_obtain_pair']
  2. api/token/refresh/ [name='token_refresh']
  3. eco-sesp
  4. [name='home']
  5. inicio/registrar [name='registrar']
  6. inicio/ingresar [name='ingresar']
  7. inicio/salir [name='salir']
  8. inicio/denegar [name='denegar']
  9. inicio/registrar/panel [name='panel']
  10. usuarios/
  11. sistema/
  12. graerr/
  13. gps/

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