Page not found (404)

Request Method: GET
Request URL: http://172.16.170.227:7800/twodmaterials/result/mw-290

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

  1. admin/
  2. [name='home']
  3. about [name='about']
  4. api [name='api']
  5. data [name='data']
  6. contact [name='contact']
  7. logout [name='Sign Out']
  8. accounts/
  9. login/ [name='login']
  10. logout/ [name='logout']
  11. password_change/ [name='password_change']
  12. password_change/done/ [name='password_change_done']
  13. password_reset/ [name='password_reset']
  14. password_reset/done/ [name='password_reset_done']
  15. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  16. reset/done/ [name='password_reset_complete']
  17. database [name='database']
  18. database/<int:pk> [name='result']
  19. rest/
  20. api-auth/
  21. gasp [name='gasp']
  22. electronic_visualization [name='electronic_visualization']
  23. substrate [name='substrate']
  24. django_plotly_dash/
  25. lattice_matching/
  26. models [name='models']
  27. ^static/(?P<path>.*)$
  28. ^media/(?P<path>.*)$

The current path, twodmaterials/result/mw-290, 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.