Page not found (404)

Request Method: GET
Request URL: https://leotanas.co.zw/Transportation

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

  1. [name='home']
  2. flights [name='flights']
  3. package/<str:package> [name='packages']
  4. packages [name='packages']
  5. rentals [name='rentals']
  6. rentals<str:slug> [name='rentals']
  7. tour/<str:tour> [name='tour']
  8. about [name='about']
  9. contact [name='contact']
  10. tours [name='tours']
  11. terms [name='policies']
  12. activities [name='activitiez']
  13. restaurants [name='dinner']
  14. restaurants/<str:slug>
  15. accommodations
  16. accommodations/<str:slug>
  17. activities/<int:activity> [name='activity']
  18. administrator [name='administrator']
  19. gallery [name='gallery']
  20. admin/
  21. ^media/(?P<path>.*)$

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