Page not found (404)

Request Method: GET
Request URL: http://www.eee.iub.edu.bd/bsc_ete.php

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

  1. admin/
  2. [name='home']
  3. admission [name='admission']
  4. message [name='message']
  5. mission [name='mission']
  6. committee [name='committee']
  7. advisory [name='advisory']
  8. program/<str:title> [name='program']
  9. publications [name='publications']
  10. organogram [name='organogram']
  11. faculty [name='faculty']
  12. pfaculty [name='pfaculty']
  13. staff [name='staff']
  14. all [name='all']
  15. article/<str:id> [name='article']
  16. events [name='events']
  17. event/<str:id> [name='event']
  18. researchpage [name='researchpage']
  19. researches [name='researches']
  20. rcollaboration [name='rcollaboration']
  21. research/<str:id> [name='research']
  22. resources/<str:type> [name='resources']
  23. groups [name='groups']
  24. gallery [name='gallery']
  25. photos/<str:id> [name='photos']
  26. labs/<str:id> [name='labs']
  27. labs/ [name='labs']
  28. notice [name='notice']
  29. create_alumni/ [name='create_alumni']
  30. contact [name='contact']
  31. requirements [name='requirements']
  32. telp [name='telp']
  33. ckeditor/
  34. ^media/(?P<path>.*)$

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