Page not found (404)

Nenhum guide de acordo com a procura.
Request Method: GET
Request URL: https://www.moscowprivatetours.com/pt/guides/natalia
Raised by: main.views.GuideView

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

  1. admin/
  2. reports/
  3. django_plotly_dash/
  4. pt/ [name='index']
  5. pt/ blog/ [name='blog']
  6. pt/ blog/<slug:slug> [name='post']
  7. pt/ guides/<slug:slug> [name='guide']

The current path, pt/guides/natalia, matched the last one.

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.