Page not found (404)

Request Method: GET
Request URL: http://sagabg.net/text/javascript

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

  1. ^$
  2. ^tags/([A-Za-z\-0-9]+)/$
  3. ^tags/([A-Za-z\-0-9]+)/([0-9]+)/$
  4. ^advertising.php2$
  5. ^advert/pcmag/$
  6. ^advert/itforum/$
  7. ^advert/iss/$
  8. ^advert/special_issues/$
  9. ^advert/website/$
  10. ^advert/cdrom/$
  11. ^advert/requirements/$
  12. ^(?P<rubric_name>[A-Za-z]+)/[A-Za-z]+/item_(?P<news_id>\d+).html$
  13. ^item_(?P<news_id>\d+).html$
  14. ^reviews/$
  15. ^about_us.html$
  16. ^admin/
  17. ^PCMagazine/$
  18. ^PCMagazine/article-(?P<article_id>\d+).html$
  19. ^PCMagazine/issue-(?P<issue_id>\d+)|[0-9]+\-[0-9]+/$
  20. ^ITForum/$
  21. ^information-security/$
  22. ^search/$
  23. ^game/$

The current URL, text/javascript, 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.