Page not found (404)

Request Method: GET
Request URL: https://www.projectcafe.kr/default.asp

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

  1. admin/
  2. [name='home']
  3. login/ [name='login']
  4. registration/ [name='registration']
  5. find-id/ [name='find_id']
  6. find-password/ [name='find_password']
  7. find-password-done/ [name='find_password_done']
  8. find-password-confirm/<uidb64>/<token>/ [name='find_password_confirm']
  9. find-password-complete/ [name='find_password_complete']
  10. introduction/ [name='introduction']
  11. service/ [name='service']
  12. dxguide/ [name='dxguide']
  13. roadmap/ [name='roadmap']
  14. collection/ [name='collection']
  15. collection/<int:collection_id>/ [name='collection_detail']
  16. collection/<int:collection_id>/my/ [name='collection_my_detail']
  17. nft-create-collection/ [name='nft_create_collection']
  18. nft-create/<int:collection_id>/ [name='nft_create']
  19. nft-file-upload/<int:collection_id>/ [name='nft_file_upload']
  20. trait-manage/ [name='trait_manage']
  21. parts-manage/ [name='parts_manage']
  22. nft-mint/<int:collection_id>/ [name='nft_mint']
  23. fee-stake/ [name='fee_stake']
  24. main-wallet-address/ [name='main_wallet_address']
  25. user-ledger/ [name='user_ledger']
  26. coin-price/<str:coin_cd>/ [name='coin_price']
  27. coin-chart/ [name='coin_chart']
  28. payment/kakaopay/ [name='kakaopay']
  29. payment/kakaopay-approve/<int:order_id>/ [name='kakaopay_approve']
  30. payment/kakaopay-complete/<int:order_id>/ [name='kakaopay_complete']
  31. payment/kakaopay-fail/ [name='kakaopay_fail']
  32. payment/kakaopay-cancel/ [name='kakaopay_cancel']
  33. api/
  34. system-manage/
  35. docs/json/ [name='schema-json']
  36. docs/yaml/ [name='swagger-yaml']
  37. docs/swagger/ [name='swagger-ui']
  38. docs/redoc/ [name='redoc']
  39. graphql
  40. ^media/(?P<path>.*)$

The current path, default.asp, 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.