Page not found (404)

Request Method: GET
Request URL: https://lambda.sx/about

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

  1. admin/
  2. test [name='test']
  3. [name='index']
  4. profile/ [name='profile']
  5. login/ [name='login']
  6. register/ [name='register']
  7. panel/ [name='panel']
  8. shop/ [name='shop']
  9. logout/ [name='logout']
  10. launcher_download/ [name='launcher_download']
  11. api/token-auth/ [name='api_token_auth']
  12. api/add-comment/ [name='add_comment']
  13. api/add-role-to-user/ [name='add-role-to-user']
  14. api/init-user/ [name='init-user-subscriptions-and-hwid']
  15. api/get-user-options/ [name='get-user-options']
  16. activate/<uidb64>/<token>/ [name='activate_account']
  17. webhooks/sellix/ [name='sellix_webhook']

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