Page not found (404)

Request Method: GET
Request URL: https://japa.cc/shop/imameki/campaign/index.html

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

  1. [name='index']
  2. login/ [name='login']
  3. signup/ [name='signup']
  4. success/ [name='success']
  5. logout/ [name='logout']
  6. manage/ [name='manage']
  7. Restaurant/<str:Navn>/ [name='restaurant_detail']
  8. Restaurant/<str:Navn>/checkout/ [name='checkout']
  9. orders/ [name='orders']
  10. nybestilling/<int:pk>/ [name='nybestilling-update']
  11. admin/
  12. api/
  13. ^serviceworker\.js$ [name='serviceworker']
  14. ^manifest\.json$ [name='manifest']
  15. ^offline/$ [name='offline']

The current path, shop/imameki/campaign/index.html, 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.