Page not found (404)

Request Method: GET
Request URL: https://www.moscowprivatetours.com/pt/travel-tips

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']
  8. pt/ tours/ [name='tours']
  9. pt/ tours/<slug:slug> [name='tour']
  10. pt/ aboutus [name='about']
  11. pt/ transfers [name='transfers']
  12. pt/ moscow-travel-tips [name='traveltips']
  13. pt/ visa-to-russia [name='visa']
  14. pt/ hotels [name='hotels']
  15. pt/ privacy-policy [name='privacy']
  16. pt/ ^static/(?P<path>.*)$
  17. pt/ contacts [name='contacts']
  18. pt/ booking [name='booking']
  19. pt/ booking_confirmation [name='booking-confirmation']
  20. pt/ ^static/(?P<path>.*)$
  21. pt/ check_rate_and_duration/ [name='check-rate-duration']
  22. pt/ show_rate_includes/ [name='show-rate-includes']
  23. pt/ show_start_time/ [name='show-start-time']
  24. pt/ show_guides/ [name='show-guides']
  25. pt/ itinerary [name='generate_pdf']
  26. pt/ ^static/(?P<path>.*)$

The current path, pt/travel-tips, 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.