Page not found (404)

Request Method: GET
Request URL: https://masteroil.com/de/partner/thomas-sotirios/
Raised by: cms.views.details

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. ^sitemap\.xml$
  4. api/partners/
  5. api/products/
  6. api/shopping/
  7. ^partslife/redirect/
  8. viewer/ [name='masteroil-viewer']
  9. de/ admin/
  10. de/ ^admin/
  11. de/ accounts/
  12. de/ ^shop/\Z [name='shopping-list']
  13. de/ ^shop/cart/\Z [name='shopping-cart']
  14. de/ ^shop/moil\-cart/\Z [name='shopping-moil-cart']
  15. de/ ^shop/(?P<slug>[^/]+)/\Z [name='shopping-detail']
  16. de/ ^partner/\Z [name='partner-list']
  17. de/ ^partner/me/\Z [name='partner-me']
  18. de/ ^produkte/\Z [name='product-list']
  19. de/ ^produkte/oilworld/\Z
  20. de/ ^produkte/additives/\Z
  21. de/ ^produkte/(?P<slug>[^/]+)/\Z [name='product-detail']
  22. de/ ^cms_login/$ [name='cms_login']
  23. de/ ^cms_wizard/
  24. de/ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  25. de/ ^$ [name='pages-root']

The current path, /de/partner/thomas-sotirios/, 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.