Page not found (404)

Request Method: GET
Request URL: https://macromoltek.com/product_summary

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

  1. projects/
  2. admin/
  3. accounts/login/ [name='login']
  4. accounts/logout/ [name='logout']
  5. inventory/accounts/logout/ [name='logout_2']
  6. account/login/ [name='inventory_login']
  7. workspaces/
  8. labtools/
  9. inventory/
  10. designs_api/
  11. [name='index']
  12. blogs/<int:url>/ [name='blogs']
  13. news/<int:url>/ [name='news']
  14. news/details/<str:url>/ [name='details']
  15. contact/ [name='contact']
  16. social_media/<int:url>/ [name='social']
  17. team/ [name='team']
  18. utilities/ [name='utilities']
  19. utilities/<str:url>/ [name='utilities']
  20. authorize/<str:url> [name='authorize']
  21. ^media/(?P<path>.*)$
  22. ^media/(?P<path>.*)$

The current path, product_summary, 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.