Page not found (404)

Request Method: GET
Request URL: http://eje.tsj-tabasco.gob.mx/abogados/

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

  1. administracion/
  2. login/ [name='login']
  3. 404/ [name='error_404']
  4. logout/ [name='logout']
  5. apis/
  6. catalogos/
  7. [name='landing']
  8. inicio/ [name='home']
  9. dashboard/ [name='dashboard']
  10. tutoriales/ [name='tutoriales']
  11. procesos/tipo_consulta/ [name='tipo-consulta']
  12. busquedas/ [name='busqueda']
  13. solicitar/expedientes/ [name='solicitar-expedientes']
  14. expediente/detalle/<str:pk>/ [name='detalle-expediente']
  15. expediente/detalle/<str:pk>/pago/ [name='pago-acuerdo']
  16. expediente/detalle/<str:pk>/anexo/ [name='anexo-acuerdo']
  17. expediente/detalle/<str:pk>/word/ [name='word-acuerdo']
  18. .well-known/pki-validation/B8349DD86606030DBE247B3977367F0F.txt [name='ssl-validacion']
  19. file/segurity/<str:pk>/<int:acuerdo>/ [name='file-segurity']
  20. perfil/ [name='perfil-usuario']
  21. cedula/<int:pk>/ [name='cedula-bitacora']
  22. accounts/password_reset/ [name='password_reset']
  23. accounts/password_reset/done/ [name='password_reset_done']
  24. accounts/reset/<uidb64>/<token>/ [name='password_reset_confirm']
  25. accounts/reset/done/ [name='password_reset_complete']
  26. ^acuerdos/(?P<path>.*)$

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