Page not found (404)

Request Method: GET
Request URL: https://saudijournals.com/publication-ethics/

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

  1. grappelli/
  2. admin/
  3. [name='index']
  4. submit-manuscript/ [name='submit-manuscript']
  5. journals/ [name='journals']
  6. about-us/ [name='about_us']
  7. contact-us/ [name='contact_us']
  8. journal/<str:url>/home [name='journal_details']
  9. journal/<str:url>/archives [name='journal_archives']
  10. journal/<str:url>/scope [name='journal_scope']
  11. journal/<str:url>/editorial-board [name='journal_editorial']
  12. journal/<str:url>/indexing [name='journal_indexing']
  13. journal-details/<str:url>/<int:vol>/<int:issue> [name='volume_articles']
  14. processing_fees/ [name='processing_fees']
  15. online-payment/ [name='online_payment']
  16. online-payment/<str:status>/ [name='online-payment-status']
  17. policies/<str:policy_type>/ [name='policy']
  18. articles/ [name='browse-articles']
  19. ^media\/(?P<path>.*)$
  20. admin/
  21. summernote/
  22. api/
  23. ^media\/(?P<path>.*)$

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