Page not found (404)

Request Method: GET
Request URL: https://lambda.sx/OeA.png

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

  1. arminmeiwes/
  2. test [name='test']
  3. [name='index']
  4. profile/ [name='profile']
  5. login/ [name='login']
  6. register/ [name='register']
  7. panel/ [name='panel']
  8. panel/<str:game>/ [name='panel']
  9. shop/ [name='shop']
  10. logout/ [name='logout']
  11. launcher_download/ [name='launcher_download']
  12. api/token-auth/ [name='api_token_auth']
  13. api/init-user/ [name='init-user-subscriptions-and-hwid']
  14. api/get-user-options/ [name='get-user-options']
  15. api/ban-user/ [name='ban-user']
  16. activate/<uidb64>/<token>/ [name='activate_account']
  17. webhooks/sellix/ [name='sellix_webhook']
  18. discord/callback/ [name='discord_callback']
  19. discord/discord-remove-connection/ [name='discord_remove_connection']
  20. discord/create-url/ [name='discord_create_url']
  21. product/buy/<str:game>/ [name='product_buy']
  22. product/apply/ [name='product_apply']
  23. product/nav/<str:game>/ [name='product_navigation']
  24. .well-known/acme-challenge/configcheck

The current path, OeA.png, 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.