Page not found (404)

Request Method: GET
Request URL: https://yaroslavgalant.com/projects/rb-pharma/
Raised by: project.views.project

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

  1. [name='index']
  2. projects/ [name='projects']
  3. projects/ <slug:slug>/ [name='current_project']

The current path, projects/rb-pharma/, 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.