Page not found (404)

Request Method: GET
Request URL: https://www.lee-rosy.co.uk/shop/

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

  1. admin/
  2. ^$
  3. ^index/$
  4. ^about/$
  5. ^events/$
  6. ^teaguide/$
  7. ^signup/$
  8. ^openingtimes/$
  9. ^contact/$
  10. ^gigs/$
  11. ^sign_up_confirmation/$
  12. ^list_continue/$
  13. ^list_confirmed/$
  14. ^list_unsubscribe/$
  15. ^add_event/$
  16. ^edit_event/(?P<event_pk>\S+)/
  17. ^event_uploaded/$
  18. ^event_view/(?P<event_date>\S+)/(?P<event_pk>\d+)/
  19. ^ajax_add_event/$
  20. ^selector/$
  21. ^tea_articles/$
  22. ^tea_article/(?P<pk>\d+)/$
  23. ^news/$
  24. ^news_post/(?P<pk>\d+)/$
  25. ^iphone_view_test/$
  26. ^photos/$
  27. ^categories/(?P<category>\S+)/$
  28. ^static\/(?P<path>.*)$
  29. ^media\/(?P<path>.*)$

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.