Page not found (404)

Request Method: GET
Request URL: http://www.studyzone4u.com/latest-article/python

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

  1. zone-postmaps.xml [name='django.contrib.sitemaps.views.sitemap']
  2. [name='home']
  3. latest_post [name='latest']
  4. search [name='search']
  5. most_viewed [name='viewed']
  6. tag/<slug:tag_slug> [name='tag_post']
  7. interview [name='interview']
  8. interview/<slug:tag_slug> [name='interview_list']
  9. post-details/<slug:slug> [name='details']
  10. contact [name='contact']
  11. about [name='about']
  12. admin/
  13. ckeditor/
  14. chaining/
  15. ^media/(?P<path>.*)$

The current path, latest-article/python, 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.