Page not found (404)

“/home/hearsir2/electric/%d9%86%d8%b5%d8%a8-%d8%a7%d9%86%d9%88%d8%a7%d8%b9-%d8%b3%d9%86%d8%b3%d9%88%d8%b1” does not exist
Request Method: GET
Request URL: http://www.electric-wiring.ir/%25d9%2586%25d8%25b5%25d8%25a8-%25d8%25a7%25d9%2586%25d9%2588%25d8%25a7%25d8%25b9-%25d8%25b3%25d9%2586%25d8%25b3%25d9%2588%25d8%25b1/
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, %d9%86%d8%b5%d8%a8-%d8%a7%d9%86%d9%88%d8%a7%d8%b9-%d8%b3%d9%86%d8%b3%d9%88%d8%b1/, 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.