Page not found (404)

Request Method: GET
Request URL: https://demo.liberfit.fr/test

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

  1. ^accounts/social/signup [name='portal_social_signup']
  2. ^accounts/
  3. ^api/api-token-auth/
  4. ^api/
  5. ^api/v2/api-token-auth/
  6. ^api/v2/api-token-authsso/
  7. ^api/v2/profilesso
  8. ^api/v2/
  9. ^api/v3/
  10. ^api-auth/
  11. ^api-docs/
  12. ^admin/releases
  13. ^admin/documentation/
  14. ^rosetta/
  15. ^admin/password_reset/$ [name='admin_password_reset']
  16. ^admin/password_reset/done/$ [name='password_reset_done']
  17. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  18. ^reset/done/$ [name='password_reset_complete']
  19. ^admin/
  20. ^admin/
  21. ^admin/
  22. ^admin/
  23. ^admin/
  24. ^admin/
  25. ^admin/
  26. ^admin/
  27. ^admin/
  28. ^admin/
  29. ^admin/
  30. ^scan/
  31. ^admin/
  32. ^admin/
  33. ^admin/
  34. ^admin/
  35. ^display/
  36. ^admin/
  37. ^admin/
  38. ^admin/
  39. ^widget/
  40. ^landing/
  41. ^inbox/notifications/
  42. ^admin/
  43. ^contact/ [name='contact']
  44. ^bodyoppro/
  45. ^media/(?P<path>.*)$
  46. ^i18n/
  47. ^schedule/
  48. ^ ^smedia/filer_private/
  49. ^ ^smedia/filer_private_thumbnails/
  50. ^invitations/
  51. ^portal/
  52. ^coach/
  53. ^bodyoppro/
  54. ^select2/
  55. ^_nested_admin/
  56. ^messages/
  57. ^activity/
  58. ^$ [name='index']
  59. ^ckeditor/
  60. ^customportal/
  61. ^sign/confirm/(?P<token>.+)/$ [name='confirmtokenemail']
  62. ^unsubscribe/confirm/(?P<token>.+)/$ [name='unsubscribe_confirm']
  63. ^signing/(?P<token>.+)/$ [name='document_signing']
  64. firebase-messaging-sw.js [name='firebasesw.js']
  65. ^$ [name='index']

The current URL, test, 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.