Page not found (404)

Request Method: GET
Request URL: https://uchenso.com/brand-identity/

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

  1. [name='home']
  2. about/ [name='about']
  3. what-we-do/ [name='services']
  4. branding/ [name='branding']
  5. development/ [name='development']
  6. marketing/ [name='marketing']
  7. legal/ [name='legal']
  8. contact/ [name='contact']
  9. get-started/ [name='start']
  10. blog/
  11. work/
  12. admin/

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