Page not found (404)

Request Method: GET
Request URL: https://www.letssing.eu/category/novinky/

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

  1. [name='index']
  2. ls_login/ [name='ls_login']
  3. signup/ [name='signup']
  4. reg_success/ [name='reg_success']
  5. reg_success_TAL/ [name='reg_success_TAL']
  6. reg_fail/ [name='reg_fail']
  7. contact_us/ [name='contact_us']
  8. dashboard/ [name='dashboard']
  9. profile/<int:client_id>/ [name='client_profile']
  10. profile/<int:client_id>/<slug:name> [name='client_profile_name']
  11. portfolio_pdf/<int:client_id>/ [name='client_portfolio_pdf']
  12. profiles/ [name='profile_database']
  13. profiles/<slug:reset>/ [name='profile_database']
  14. blog/ [name='blog']
  15. blog/<int:blog_item_id>/ [name='blog_item']
  16. blog/<int:blog_item_id>/register [name='blog_item_register']
  17. about/ [name='about']
  18. castings/ [name='castings']
  19. competitions/ [name='competitions']
  20. workshops/ [name='workshops']
  21. castings/<int:casting_id>/ [name='casting']
  22. add_casting/<slug:casting_type> [name='add_casting']
  23. portfolios/ [name='portfolios']
  24. terms_of_use/ [name='terms_of_use']
  25. privacy_policy/ [name='privacy_policy']
  26. register [name='register']
  27. users/ [name='list_of_users']
  28. export_consent_emails/ [name='export_consent_emails']
  29. user/
  30. activate_user/<uidb64>/<token>/ [name='activate_user']
  31. ckeditor/
  32. ^media/(?P<path>.*)$
  33. admin/

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