Page not found (404)

Invalid page (28): That page contains no results
Request Method: GET
Request URL: http://127.0.0.1:4356/anjoman/?page=28
Raised by: Blog.views.AnjomanMain

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

  1. admin/
  2. [name='Home-Page']
  3. statistics/ [name='Stats-page']
  4. medic/ [name='Medic-page']
  5. common-questions/ [name='Questions-page']
  6. info/ [name='base']
  7. patient-voices/ [name='patient-voices']
  8. videos/ [name='ngo-videos']
  9. maghaalaat/ [name='blog-page']
  10. maghaalaat/tags/<slug:tag_slug>/ [name='tagged']
  11. maghaalaat/(?P<the_slug>[-\w]+)/ [name='post-detail']
  12. havaades/ [name='news-sukhtegi-page']
  13. havaades/tags/<slug:tag_slug>/ [name='etagged']
  14. havaades/(?P<the_slug>[-\w]+)/ [name='news-sukhtegi-detail']
  15. anjoman/ [name='news-anjoman-page']

The current path, anjoman/, 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.