Page not found (404)

Request Method: GET
Request URL: http://3.128.44.97:8000/halloween/merchandise/directions.html

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

  1. admin/
  2. halloween/ [name='halloween']
  3. halloween/ <int:pk>/ [name='event_detail']
  4. halloween/ faq/ [name='faq']
  5. halloween/ merchandise/ [name='merchandise']
  6. halloween/ valentines/ [name='valentines']
  7. halloween/ scream/ [name='scream']
  8. halloween/ coupons/ [name='coupons']

The current path, halloween/merchandise/directions.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.