Page not found (404)

Request Method: GET
Request URL: https://www.khademarbaeen.ir/en/step1n/en

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

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

The current path, en/step1n/en, 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.