Page not found (404)

“/home/hearsir2/electric/%da%a9%d8%a7%d8%a8%d9%84-%d9%87%d8%a7%db%8c-%d9%81%d8%b4%d8%a7%d8%b1-%d8%b6%d8%b9%db%8c%d9%81” does not exist
Request Method: GET
Request URL: http://www.electric-wiring.ir/%25da%25a9%25d8%25a7%25d8%25a8%25d9%2584-%25d9%2587%25d8%25a7%25db%258c-%25d9%2581%25d8%25b4%25d8%25a7%25d8%25b1-%25d8%25b6%25d8%25b9%25db%258c%25d9%2581/
Raised by: django.views.static.serve

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

  1. admin/
  2. tinymce/
  3. signup/ [name='account_signup']
  4. login/ [name='account_login']
  5. logout/ [name='account_logout']
  6. password/change/ [name='account_change_password']
  7. password/set/ [name='account_set_password']
  8. inactive/ [name='account_inactive']
  9. email/ [name='account_email']
  10. confirm-email/ [name='account_email_verification_sent']
  11. ^confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  12. password/reset/ [name='account_reset_password']
  13. password/reset/done/ [name='account_reset_password_done']
  14. ^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$ [name='account_reset_password_from_key']
  15. password/reset/key/done/ [name='account_reset_password_from_key_done']
  16. social/
  17. [name='home']
  18. tell/<slug> [name='tell']
  19. tells [name='tells']
  20. tells/<pagenumbers> [name='tells_page-number']
  21. antena/<slug> [name='antena']
  22. antenas [name='antenas']
  23. antenas/<pagenumbers> [name='antenas_page-number']
  24. blog/<slug> [name='blog name']
  25. blogs [name='blogs name']
  26. blogs/<pagenumbers> [name='page-number']
  27. article/<slug> [name='article']
  28. 1 [name='h']
  29. ^(?P<path>.*)$

The current path, %da%a9%d8%a7%d8%a8%d9%84-%d9%87%d8%a7%db%8c-%d9%81%d8%b4%d8%a7%d8%b1-%d8%b6%d8%b9%db%8c%d9%81/, matched the last one.

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.