Page not found (404)

Request Method: GET
Request URL: https://www.saakochi.com/own-industries.php

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

  1. admin/
  2. student/
  3. contact/
  4. ckeditor/
  5. [name='home']
  6. register-now [name='reg']
  7. login [name='login']
  8. about-sha-shib-aviation-academy [name='aboutshashibaviationacademy']
  9. about-sha-shib-group [name='aboutshashibaviationacademy']
  10. admission-procedure [name='admissionprocedure']
  11. aeronautical-engineering [name='aeronauticalengineering']
  12. air-hostess-cabin-crew-training [name='airhostesscabincrewtraining']
  13. aircraft-maintenance-engineering-saa-kochi [name='aircraftmaintenanceengineeringsaakochi']
  14. aircraft-maintenance-engineering [name='aircraftmaintenanceengineering']
  15. approval-recognitions [name='approvalrecognitions']
  16. bba-aviation [name='bbaaviation']
  17. blog-details-<slug> [name='blogdetails']
  18. blog [name='blog']
  19. centralised-academic-activities [name='centralisedacademicactivities']
  20. centralised-academic-council [name='centralisedacademiccouncil']
  21. commercial-pilot-license [name='commercialpilotlicense']
  22. contact [name='contact']
  23. downloads [name='downloads']
  24. employment-opportunities [name='employmentopportunities']
  25. exclusive-dual-program [name='exclusive-dualprogram']
  26. fee-payments [name='feepayments']
  27. growth-of-aviation-industry [name='growthofaviationindustry']
  28. major-recruiters [name='majorrecruiters']
  29. our-airport-presence [name='ourairportpresence']
  30. our-flying-clubs [name='ourflyingclubs']
  31. our-functional-live-aircraft [name='ourfunctionalliveaircraft']
  32. our-maintenance-repair-overhaul-organisations [name='ourmaintenancerepairoverhaulorganisations']
  33. our-practical-tieups [name='ourpracticaltieups']
  34. photo-gallery [name='photogallery']
  35. privacy-policy [name='privacypolicy']
  36. sha-shib-advanced-traning-program [name='shashibadvancedtraningprogram']
  37. student-testimonials [name='studenttestimonials']
  38. terms-condition [name='termscondition']
  39. video-gallery [name='videogallery']
  40. why-you-should-choose-AME [name='whyyoushouldchooseAME']
  41. logout [name='logout']
  42. admission-terms-condition [name='admissiontermscondition']
  43. b1-1-airplane-turbine [name='b11airplaneturbine']
  44. b2-avionics [name='b2avionics']
  45. faculty [name='faculty']
  46. gallery [name='gallery']
  47. our-infrastructure [name='ourinfrastructure']
  48. our-shashibian [name='ourshashibian']
  49. practical-training [name='practicaltraining']
  50. rules-regulations [name='rulesregulations']
  51. ^media/(?P<path>.*)$

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