Page not found (404)

Request Method: GET
Request URL: https://lenok.space/project/GUU_28/04/23

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

  1. admin/
  2. works [name='works']
  3. cart [name='cart']
  4. checkout [name='checkout']
  5. color [name='color']
  6. graphics [name='graphics']
  7. digital [name='digital']
  8. contacts [name='contacts']
  9. about [name='about']
  10. update_item [name='update_item']
  11. process_order [name='process_order']
  12. store [name='store']
  13. item/<str:pk> [name='item']
  14. i18n/
  15. projects/ [name='projects']
  16. project/<str:pk> [name='project']
  17. ^static/(?P<path>.*)$
  18. favicon.ico
  19. ^media/(?P<path>.*)$

The current path, project/GUU_28/04/23, 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.