Page not found (404)

Request Method: GET
Request URL: http://172.29.165.165/password/reset

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

  1. ceil-univ-admin/
  2. courses/
  3. wilaya-json/ [name='wilaya-json']
  4. communs-json/<str:wilaya>/ [name='communs-json']
  5. faculte-json/ [name='faculte-json']
  6. departement-json/<str:faculte>/ [name='departement-json']
  7. ^courses/static/photo_profile/(?P<path>.*)$
  8. ^static/(?P<path>.*)$

The current path, password/reset, 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.