Page not found (404)

Request Method: GET
Request URL: https://www.khademarbaeen.ir/sign-in/

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

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

The current path, sign-in/, 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.