Page not found (404)

Request Method: GET
Request URL: https://restora.co.uk/shop/

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

  1. ^admin/
  2. ^lookbook/
  3. ^$ [name='homepage']
  4. ^treatment-set/$ [name='treatment-set']
  5. ^shampoo/$ [name='shampoo']
  6. ^treatment/$ [name='treatment']
  7. ^conditioner/$ [name='conditioner']
  8. ^lookbook/$ [name='lookbook']
  9. ^contact-us/$ [name='contact']
  10. ^success/$ [name='success']
  11. ^faq/$ [name='faq']
  12. ^robots.txt [name='robots_file']

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