Page not found (404)

Request Method: GET
Request URL: https://www.ngombe.co.ke/ngombe/

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

  1. admin/
  2. [name='home']
  3. availabilty/ [name='availability']
  4. barbed_wire/ [name='barbed_wire']
  5. chainlink/ [name='chainlink']
  6. chicken_wire/ [name='chickenwire']
  7. binding_wire/ [name='bindingwire']
  8. gabion_wire/ [name='gabionwire']
  9. triple_twist/ [name='triple_twist']
  10. galvanised_wire/ [name='galvanizedwire']
  11. razor_wire/ [name='razorwire']
  12. nails/ [name='nails']
  13. hingejoint/ [name='hinge_joint']
  14. coffeenet/ [name='coffeenet']
  15. contact/ [name='contact']
  16. about/ [name='about']

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