Page not found (404)

Request Method: GET
Request URL: https://api.yeeko.org/registro/?next=/recuperacoahuila

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

  1. link_register/ [name='registro de links']
  2. whatsapp_token_register/ [name='registro de links']
  3. admin/
  4. bot_admin/
  5. admin/dynamic_raw_id/
  6. api-rest/
  7. messenger/
  8. whatsapp/
  9. telegram/
  10. sendgrid/
  11. borde_admin/
  12. borde_score/
  13. media/<str:path>)
  14. static/(<str:path>)

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