Page not found (404)

Request Method: GET
Request URL: https://mcbox.com.py/registrate/

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

  1. admin/
  2. [name='home']
  3. thanks [name='tkh']
  4. testemail [name='send_email_test']
  5. mifactura/<int:id> [name='mi_factura']
  6. mi_factura/<int:id> [name='mi_factura2']
  7. exportbulk/<str:apikey> [name='exportbulk']
  8. term_and_conditions [name='term_and_conditions']
  9. we [name='we']

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