Page not found (404)

Request Method: GET
Request URL: https://proutjournal.com/archive.php?pid=2015

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

  1. admin/
  2. index/ [name='home']
  3. about/ [name='about_name']
  4. rakatamanjari/ [name='raktamanjari_name']
  5. suscription/ [name='suscription_name']
  6. [name='index_name']
  7. archive [name='archive_name']
  8. mag_detail/<int:mag_id> [name='mag_detail_name']
  9. act_detail/<int:act_id> [name='act_detail_name']
  10. editorial/<int:id_edit> [name='editorial']
  11. coverstory/<int:id_story> [name='coverstory']
  12. signup/ [name='signup_name']
  13. login/ [name='login_name']
  14. logout/ [name='logout_name']
  15. profile/ [name='profile_name']
  16. contact/ [name='contact_name']
  17. publications/
  18. downloads/
  19. resorces/
  20. froala_editor/
  21. ^static/(?P<path>.*)$
  22. ^media/(?P<path>.*)$

The current path, archive.php, 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.