Page not found (404)

Request Method: GET
Request URL: http://anatomis.com/portfolio-details.html

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

  1. admin/
  2. adminpage/
  3. edit/id=<str:id> [name='editProduct']
  4. adminpage/products [name='AdminProductsView']
  5. adminpage/addproduct [name='AddProducts']
  6. adminpage/addproductfun [name='AddProductsfunction']
  7. adminpage/adminorders [name='orders']
  8. adminpage/imagerieorders [name='imagerieadmin']
  9. adminpage/adminorders/id=<str:id> [name='order']
  10. adminpage/adminorders/update-id=<str:id> [name='orderUpdate']
  11. [name='home']
  12. slicing/ [name='slice']
  13. uploadfile/ [name='uploads']
  14. postuploadfile/ [name='post upload']
  15. modelo/ [name='modeleo']
  16. modelocat/ [name='catmodeleo']
  17. formeo/ [name='catformeo']
  18. product/id=<str:productid> [name='products']
  19. order/ [name='order']
  20. planeo/ [name='catplaneo']
  21. viseo/ [name='catviseo']
  22. braneo/ [name='catbraneo']
  23. news/ [name='news']
  24. login/ [name='login']
  25. dashboard/ [name='dashboard']
  26. logout/ [name='log_out']
  27. register/ [name='signup']
  28. postsignup/ [name='postsignup']
  29. about/ [name='about']
  30. portfolio/ [name='portfolio']
  31. ^static/(?P<path>.*)$

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