Page not found (404)

Request Method: GET
Request URL: https://www.aarhat.com/amierj/

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

  1. grappelli/
  2. admin/
  3. nested_admin/
  4. tinymce/
  5. [name='index']
  6. about/<str:entity> [name='about']
  7. author-guidelines/ [name='author-guidelines']
  8. publication-ethics/ [name='publication-ethics']
  9. submit-manuscript/ [name='submit-manuscript']
  10. journal-subscription [name='journal-subscription']
  11. downloads/ [name='downloads-page']
  12. journals/ [name='journals']
  13. journals/<str:url>/ [name='journal-detail']
  14. books/ [name='books']
  15. download-article/<str:article_id>/ [name='download-article']
  16. ^media/(?P<path>.*)$

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