Page not found (404)

Request Method: GET
Request URL: https://newsplatform.org/channel/Technology%20News%20Daily/
Raised by: core.views.channel_public

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']
  8. explore-articles/ [name='article-explore']
  9. create/ [name='article-create']
  10. articles/<slug>/update/ [name='article-update']
  11. articles/<slug>/delete/ [name='article-delete']
  12. categories/<name>/ [name='category-detail']
  13. my-profile/ [name='my-profile']
  14. my-profile/edit-account/ [name='edit-my-account']
  15. my-profile/edit-payment-details [name='edit-profile-payment-details']
  16. my-profile/edit-email-preferences/ [name='edit-email-preferences']
  17. remove-credit-card/<card_id>/ [name='remove-credit-card']
  18. explore-channels/ [name='channel-list']
  19. become-a-journalist/ [name='channel-create']
  20. my-channel/ [name='my-channel']
  21. my-channel/stats/ [name='channel-stats']
  22. my-channel/edit-channel/ [name='edit-my-channel']
  23. channel/<name>/ [name='channel-public']

The current path, channel/Technology News Daily/, 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