Page not found (404)

Request Method: GET
Request URL: https://yaroslavgalant.com/projects/category/career.html

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']
  4. projects/ category/<slug:slug>/ [name='category_projects']
  5. career [name='career']
  6. workflow [name='workflow']
  7. privacy [name='privacy']
  8. about [name='about']
  9. contact-us/ [name='contact-us']
  10. contact-recruit/ [name='contact-recruit']
  11. contact-partner/ [name='contact-partner']
  12. admin/
  13. ckeditor/
  14. ^uploads/(?P<path>.*)$

The current path, projects/category/career.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.