Page not found (404)

Request Method: GET
Request URL: http://pediatraspr.com/password-recovery/

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

  1. [name='home']
  2. buscar/ [name='buscar']
  3. pediatras/<slug:business_seoname>/ [name='directorio_business_index']
  4. pediatras/especialidad/<slug:category_seoname>/ [name='directorio_category_index']
  5. pediatras/especialidad/<slug:category_seoname>/<slug:city_slug>/ [name='directorio_city_index']
  6. admin/
  7. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']

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