Page not found (404)

Request Method: GET
Request URL: https://www.moscowprivatetours.com/es/aboutus/

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

  1. admin/
  2. reports/
  3. django_plotly_dash/
  4. es/ [name='index']
  5. es/ blog/ [name='blog']
  6. es/ blog/<slug:slug> [name='post']
  7. es/ guides/<slug:slug> [name='guide']
  8. es/ tours/ [name='tours']
  9. es/ tours/<slug:slug> [name='tour']
  10. es/ aboutus [name='about']
  11. es/ transfers [name='transfers']
  12. es/ moscow-travel-tips [name='traveltips']
  13. es/ visa-to-russia [name='visa']
  14. es/ hotels [name='hotels']
  15. es/ privacy-policy [name='privacy']
  16. es/ ^static/(?P<path>.*)$
  17. es/ contacts [name='contacts']
  18. es/ booking [name='booking']
  19. es/ booking_confirmation [name='booking-confirmation']
  20. es/ ^static/(?P<path>.*)$
  21. es/ check_rate_and_duration/ [name='check-rate-duration']
  22. es/ show_rate_includes/ [name='show-rate-includes']
  23. es/ show_start_time/ [name='show-start-time']
  24. es/ show_guides/ [name='show-guides']
  25. es/ itinerary [name='generate_pdf']
  26. es/ ^static/(?P<path>.*)$

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