Page not found (404)

Request Method: GET
Request URL: http://138.201.43.233:8008/tag/django-autocomplete-light

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

  1. ^admin/doc/
  2. helpdesk/
  3. pastebin/
  4. pastebin/api/
  5. ^$
  6. ^blog/(?P<pk>\d+)$
  7. ^post-detail/(?P<pk>\d+)$
  8. ^archives/$
  9. ^tags/$
  10. ^tag/(?P<tag>\w+)/$
  11. ^taggit_autocomplete_list/$ [name='taggit_autocomplete_list']
  12. ^admin/
  13. ^feed/$
  14. ^tinymce/
  15. ^admin/
  16. ^pages/
  17. ^gallery/
  18. ^gallery/
  19. ^media/(?P<path>.*)$

The current URL, tag/django-autocomplete-light, 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.