Page not found (404)

Request Method: GET
Request URL: https://platform.bitcamp.ge/en/user/0

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

  1. admin/accounts/enrollment/<int:enrollment_id>/change/transaction/
  2. admin/
  3. auth/signup [name='signup']
  4. auth/login [name='login']
  5. auth/profile [name='user']
  6. auth/profile/update [name='updateuser']
  7. auth/connect-to-discord [name='connect-to-discord']
  8. enroll [name='enrollment']
  9. enrollments [name='myenrollments']
  10. enrollments/<int:id>/check-payze-subscription-status [name='check-payze-status']
  11. enrollments/<int:id>
  12. kids/newprofile
  13. kids/getprofiles
  14. kids/deleteprofile
  15. api/schema [name='schema']
  16. api/docs
  17. ^static/(?P<path>.*)$

The current path, en/user/0, 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.