Page not found (404)

Request Method: GET
Request URL: https://newsplatform.org/articles/sa-president-launches-environmental-campaign/
Raised by: articles.views.article_detail

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

  1. admin/
  2. [name='home']
  3. faq/ [name='faq']
  4. about/ [name='about']
  5. contact/ [name='contact']
  6. news-feed/ [name='article-list']
  7. articles/<slug>/ [name='article-detail']

The current path, articles/sa-president-launches-environmental-campaign/, matched the last one.

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.

DJDT

Versions

Time

Settings from newsPlatform.settings.development

Headers

Request

SQL queries from 1 connection

Static files (481 found, 0 used)

Templates (1 rendered)

Cache calls from 1 backend

Signals

Log messages