Page not found (404)

Request Method: GET
Request URL: https://lotto98.com/howtoplay/kr

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

  1. ^ ^app/$ [name='AppView']
  2. ^ ^home/$ [name='HomeView']
  3. ^ ^sport/password/$ [name='PasswordView']
  4. ^ ^sport/balance/$ [name='BalanceView']
  5. ^ ^sport/statement/$ [name='StatementView']
  6. ^ ^logout/$ [name='LogoutView']
  7. ^ ^lotto369/
  8. ^ ^switch_language/$ [name='SwitchLanguageView']
  9. ^ ^$ [name='LoginView']
  10. ^static\/(?P<path>.*)$

The current path, howtoplay/kr, 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.