Page not found (404)

Request Method: GET
Request URL: https://yaroslavgalant.com/index.php/en/work/45-rambutan

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

  1. [name='index']
  2. projects/
  3. career [name='career']
  4. workflow [name='workflow']
  5. privacy [name='privacy']
  6. about [name='about']
  7. contact-us/ [name='contact-us']
  8. contact-recruit/ [name='contact-recruit']
  9. contact-partner/ [name='contact-partner']
  10. admin/
  11. ckeditor/
  12. ^uploads/(?P<path>.*)$

The current path, index.php/en/work/45-rambutan, 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.