Page not found (404)

Request Method: GET
Request URL: https://trustmedigital.com/en/portfolio/sosial-media-marketinq/project1-8/

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

  1. admin/
  2. api/
  3. api/
  4. api/
  5. en/ [name='home']
  6. en/ faq [name='faq']
  7. en/ about-us [name='about_us']
  8. en/ contact [name='contact']
  9. en/ set_language/ [name='set_language']
  10. en/ robots.txt
  11. en/ sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  12. en/ blogs [name='blogs']
  13. en/ blogs/<slug:slug> [name='blog-detail']
  14. en/ digital-audit [name='digital-audit']
  15. en/ packets [name='packets']
  16. en/ services/<slug:slug> [name='service-detail']
  17. en/ services [name='services']
  18. en/ brief [name='brief']
  19. en/ careers [name='careers']
  20. en/ careers/<slug:slug> [name='career-detail']
  21. en/ portfolio/<slug:slug> [name='portfolio-detail']
  22. en/ portfolio [name='portfolio']
  23. ^translation/
  24. ^staticfiles/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

The current path, en/portfolio/sosial-media-marketinq/project1-8/, 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.