Page not found (404)

Request Method: GET
Request URL: http://khademarbaeen.ir/ar/login/ar

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

  1. i18n/
  2. ar/ [name='index']
  3. ar/ step1n/ [name='step1']
  4. ar/ step2n/ [name='step2']
  5. ar/ step3n/ [name='step3']
  6. ar/ step4n/ [name='step4']
  7. ar/ step5n/ [name='step5']
  8. ar/ profile/ [name='profile']
  9. ar/ questions/ [name='questions']
  10. ar/ post<id>/<slug>/ [name='new_detail']
  11. ar/ login/ [name='login']
  12. ar/ forgot_pass/ [name='forgot_pass']
  13. ar/ create_pass/ [name='create_pass']
  14. ar/ logout/ [name='logout']
  15. ar/ contact-us/ [name='contact_us']
  16. ar/ Admin/
  17. ar/ User/
  18. ar/ admin/
  19. ar/ ckeditor/
  20. media/<path:file_path> [name='serve_protected_document']

The current path, ar/login/ar, 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.