Page not found (404)

Request Method: GET
Request URL: https://www.othnielghana.com/services-3/

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

  1. admin/
  2. [name='index']
  3. quote/ [name='quote']
  4. about/ [name='about']
  5. service/ [name='service']
  6. about-service/<str:id>/ [name='details']
  7. project-details/<str:id>/ [name='details2']
  8. invest/ [name='invest']
  9. project/ [name='project']
  10. companies/ [name='company']
  11. contact-us/ [name='contact']
  12. forms/ [name='forms']
  13. email/ [name='emails']
  14. ^static/(?P<path>.*)$
  15. ^media/(?P<path>.*)$

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