Page not found (404)

Request Method: GET
Request URL: http://helengrady.co.uk/wordpress/tag/actor-in-the-cactus-patch/

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

  1. admin/
  2. [name='home']
  3. gallery/ [name='gallery']
  4. writing/ [name='writing']
  5. adjudicating/ [name='adjudicating']
  6. cactusPatch/ [name='cactusPatch']
  7. contact/ [name='contact']
  8. newsView/ [name='newsView']
  9. actors_retreat/ [name='retreat']
  10. retreat_gallery/ [name='retreat_gallery']
  11. users/
  12. users/
  13. ^media/(?P<path>.*)$

The current path, wordpress/tag/actor-in-the-cactus-patch/, 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.