Page not found (404)

Request Method: GET
Request URL: https://tarefe.de/page/%25D9%2582%25D9%2588%25D8%25A7%25D9%2586%25DB%258C%25D9%2586-%25D8%25B3%25D8%25A7%25DB%258C%25D8%25AA

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

  1. change-lang [name='change_lang']
  2. qr/
  3. search/ [name='search']
  4. [name='home']
  5. contact-us/ [name='contact-us']
  6. about-us/ [name='about-us']
  7. admin/filebrowser/
  8. grappelli/
  9. admin/
  10. success/ [name='success']
  11. lead/
  12. cost-estimation/
  13. blog/
  14. comment/
  15. ticket/
  16. tinymce/
  17. telegram/
  18. service/
  19. faq/
  20. shope/
  21. letters/
  22. service-provider/
  23. sliders/
  24. extra-service/
  25. counter/
  26. email/
  27. account/
  28. notification/
  29. sale-opportunity/
  30. referral-code/
  31. token/ [name='token']
  32. token/refresh/ [name='token-refresh']
  33. de/
  34. datenschutz/ [name='privacy-policy']
  35. Impressum/ [name='terms-and-conditions']
  36. agb/ [name='agb']
  37. crm-file/
  38. api/v0/swagger/ [name='schema-swagger-ui']
  39. api/v0/redoc/ [name='schema-redoc']
  40. ^uploaded/(?P<path>.*)$
  41. ^statics/(?P<path>.*)$

The current path, page/%D9%82%D9%88%D8%A7%D9%86%DB%8C%D9%86-%D8%B3%D8%A7%DB%8C%D8%AA, 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.