Page not found (404)

Request Method: GET
Request URL: http://dostavka-perchini.ru/forgot-password/

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

  1. [name='index']
  2. welcome/to/admin/panel/
  3. api/v1/menu/
  4. api/v1/order/
  5. api/v1/promo/code/
  6. api/v1/client/
  7. api/v1/restaurant/
  8. api/v1/promo/
  9. api/v1/bot/
  10. api/v1/sberbank
  11. tinymce/

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