Page not found (404)

Request Method: GET
Request URL: http://prismajurnal.com/journals.php?pg=2

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

  1. admin/
  2. ckeditor/
  3. penelitian/
  4. edition/ [name='prisma_editions']
  5. edition/<id> [name='edition_detail']
  6. about/ [name='prisma_author']
  7. author/<id>/ [name='author_detail']
  8. article/<slug>/ [name='article_detail']
  9. buku/ [name='book_list']
  10. buku/<book_slug>/ [name='book_detail']
  11. article/ [name='article_list']
  12. post/ [name='post_list']
  13. esai/ [name='esai_list']
  14. tesis/ [name='tesis_list']
  15. dialog/ [name='dialog_list']
  16. editorial/ [name='editorial_list']
  17. survei/ [name='survei_list']
  18. laporan/ [name='laporan_list']
  19. post/<post_slug>/ [name='post_detail']
  20. ^media/(?P<path>.*)$

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