Page not found (404)

Request Method: GET
Request URL: https://staging.implanttasistemas.com.br/sitemap.xml

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

  1. manifest.json [name='pwa_manifest']
  2. sw.js [name='pwa_sw']
  3. gerenciamento-seguro/
  4. [name='home']
  5. accounts/
  6. dashboard/
  7. core/
  8. comercial/
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$

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