Page not found (404)

Request Method: GET
Request URL: https://www.bascook.com/login.php

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

  1. admin/
  2. [name='home']
  3. sobre bascook [name='about']
  4. carta/ [name='menu']
  5. reservas [name='bookings']
  6. privacidad [name='privacy']
  7. legal [name='legal']
  8. summernote/
  9. plato_secreto/ [name='secret_plate_edit']
  10. regala_bascook/ [name='regala_bascook_view']
  11. regala_bascook/pagar/ [name='regala_bascook_pay']
  12. regala_bascook/pagado/ [name='regala_bascook_payed']
  13. regala_bascook/exito/ [name='regala_bascook_success']
  14. regala_bascook/password/ [name='change_regala_bascook_password']
  15. ^regala_bascook/(?P<menu_id>[-\w]*)/editar/$ [name='change_gift_menu']
  16. almacen/plato_secreto/ [name='secret_plate']
  17. almacen/regala_bascook/ [name='regala_bascook']
  18. almacen/regala_bascook/entrar/ [name='login_regala_bascook']
  19. ^static/(?P<path>.*)$
  20. ^static/(?P<path>.*)$
  21. ^media/(?P<path>.*)$

The current path, login.php, 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.