Page not found (404)

No Project matches the given query.
Request Method: GET
Request URL: https://dreampro.kz/project/38/
Raised by: website.views.project

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

  1. ^static/(?P<path>.*)$
  2. ^media/(?P<path>.*)$
  3. root/
  4. google584f12774dfe7768.html
  5. cache_clear/
  6. [name='index']
  7. portfolio/ [name='portfolio']
  8. portfolio/<slug:service_name>/ [name='portfolio']
  9. project/<int:project_id>/ [name='project']

The current path, project/38/, 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.