Page not found (404)

Request Method: GET
Request URL: https://mdrift.com/project/details/3/
Raised by: wagtail.views.serve

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

  1. django-admin/
  2. admin/
  3. documents/
  4. search/ [name='search']
  5. home/
  6. products/domitos/
  7. products/metispro/
  8. products/transift/
  9. services/product-and-platform-engineering
  10. services/ip-development-and-research
  11. services/artificial-intelligence
  12. services/blockchain
  13. services/devops
  14. services/resource-augmentation
  15. technologies
  16. blogs
  17. blog-detail
  18. about
  19. contact/reach-us
  20. contact/partners
  21. ^static/(?P<path>.*)$
  22. ^media/(?P<path>.*)$
  23. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  24. _util/login/ [name='wagtailcore_login']
  25. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

The current path, project/details/3/, matched the last one.

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.