Page not found (404)

Request Method: GET
Request URL: http://codingwithfun.com/tryrun/showhtml/trycss_nesting

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

  1. mtservice_ad/
  2. [name='home']
  3. get_thumb_img/<keyword_to_find> [name='get_thumb_img']
  4. feed/rss [name='post_feed']
  5. feed/atom
  6. sitemap.xml [name='show_site_map']
  7. sitemap/sitemap<index_site_map>.xml [name='show_site_map_detail']
  8. search [name='post_search']
  9. robots.txt [name='show_robots']
  10. ads.txt [name='show_ads']
  11. feed/ [name='feed_view']
  12. p/<slug:slug>/ [name='post_detail']
  13. pip/<slug:slug>/<slug:slug1>/ [name='post_detail1']
  14. c/<slug:slug>/ [name='post_category']
  15. pips/<slug:slug>/ [name='post_category1']
  16. pips/ [name='pip_category']
  17. <slug:slug>/<slug:slug1>/ [name='post_faq']
  18. article/p/<slug:slug>/
  19. article/<slug:slug>/ [name='post_detail_article']
  20. policy [name='policy']
  21. ckeditor/
  22. ^static/(?P<path>.*)$
  23. ^media/(?P<path>.*)$

The current path, tryrun/showhtml/trycss_nesting, 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.