Page not found (404)

Request Method: GET
Request URL: http://www.wacamgh.org/news/95/news.1.html

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

  1. [name='home']
  2. about/ [name='about']
  3. fix/ [name='fix']
  4. mission/ [name='mission']
  5. operational-areas/ [name='operational']
  6. goals/ [name='goals']
  7. contact/ [name='contact']
  8. photo-gallery/ [name='gallery']
  9. video-gallery/ [name='videos']
  10. researches-and-reports/ [name='reports']
  11. news-and-documents/ [name='news']
  12. news/<int:pk>/ [name='detailed_news']
  13. s3direct/
  14. tinymce/
  15. admin/
  16. media/(?P<path>.*)$

The current path, news/95/news.1.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.