Page not found (404)

No StaticPages matches the given query.
Request Method: GET
Request URL: https://www.lookupdijital.com/ekibimiz/
Raised by: lookupAgencyApp.views.static_pages

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

  1. admin/
  2. [name='index']
  3. contact/ [name='contact']
  4. blog/ [name='blog']
  5. blog/<slug:slug>/ [name='blog_detail']
  6. case/ [name='case']
  7. case/<slug:slug>/ [name='case_detail']
  8. search/ [name='search']
  9. <slug:slug>/ [name='static_pages']

The current path, ekibimiz/, matched the last one.

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.