Page not found (404)

Request Method: GET
Request URL: https://jesuisdeuxieme.com/dashboard/signup.html

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

  1. [name='index']
  2. login2
  3. api/
  4. dashboard/ [name='dashboard']
  5. dashboard/ login/otp [name='dashboard-otp']
  6. dashboard/ login [name='dashboard-login']
  7. dashboard/ superuser [name='admin-organizations']
  8. core/
  9. openapi.json [name='openapi-schema']
  10. openapi.yaml [name='openapi-schema-yaml']
  11. redoc/ [name='redoc']
  12. groupes-discussion.html [name='groups-list-public']
  13. a-propos.html [name='about']
  14. rest/auth/
  15. rest/me/answers/<int:lid>/ [name='rest-lqa-list']
  16. rest/me/answer/add/ [name='rest-lqa-add']
  17. rest/me/answer/<int:pk>/ [name='rest-lqa']
  18. rest/me/notes/add/ [name='rest-un-add']
  19. rest/me/notes/<int:pk>/ [name='rest-un-details']
  20. rest/me/documents/<int:pk>/ [name='rest-doc-details']
  21. rest/me/group/<int:pk>/archive/ [name='rest-grpinactive']
  22. rest/me/flipbox/<int:fid>/ [name='rest-fbs-list']
  23. rest/me/flipbox/set/ [name='rest-fbs-set']
  24. rest/me/flipbox/set/<int:pk>/ [name='rest-fbs']
  25. rest/me/salvation/set/ [name='rest-set-save']
  26. rest/me/salvation/unset/ [name='rest-unset-save']
  27. map/ [name='map']
  28. login/ [name='login']
  29. logout/ [name='logout']
  30. invite/
  31. host/
  32. student/
  33. preview/ [name='course-preview']
  34. course/
  35. group/
  36. histoires/
  37. join/<int:gid>/success/ [name='join-success']
  38. join/<int:gid>/ [name='join-group']
  39. g/<str:key> [name='join-group-link']
  40. u/<str:key> [name='join-host-link']
  41. password_reset/ [name='password_reset']
  42. password_reset/done/ [name='password_reset_done']
  43. reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  44. reset/done/ [name='password_reset_complete']
  45. fr-fr/

The current path, dashboard/signup.html, 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.