Page not found (404)

Request Method: GET
Request URL: https://oiko.ge/en/team-single.html

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

  1. admin/
  2. en/ [name='index-en']
  3. en/ projects [name='projects-en']
  4. en/ team [name='team-en']
  5. en/ contact [name='contact-en']
  6. en/ service-supervising [name='supervising-en']
  7. en/ service-inspection [name='inspection-en']
  8. en/ <slug:slug>/ [name='project_details-en']
  9. [name='index']
  10. projects [name='projects']
  11. <slug:slug>/ [name='project_details']
  12. team [name='team']
  13. contact [name='contact']
  14. service-supervising [name='supervising']
  15. service-inspection [name='inspection']
  16. ^media\/(?P<path>.*)$
  17. ^compress\/(?P<path>.*)$

The current path, en/team-single.html, 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.