Page not found (404)

Request Method: GET
Request URL: https://iaebhopal.edu.in/p/fee-structure

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

  1. admin/
  2. faicon/
  3. ckeditor/
  4. about/
  5. page/
  6. course/
  7. blog/
  8. event/
  9. news/
  10. student/
  11. contact/
  12. [name='approot']
  13. logout [name='logout']
  14. thank-you
  15. ^media/(?P<path>.*)$
  16. ^robots\.txt$
  17. ^sitemap\.xml$

The current path, p/fee-structure, 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.