Page not found (404)

Request Method: GET
Request URL: http://skmsbd.com/partner.php

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

  1. [name='index']
  2. privacy-policy/ [name='cookie-policy']
  3. cookie-policy/ [name='privacy-policy']
  4. company/ [name='company']
  5. overview/ [name='overview']
  6. history/ [name='history']
  7. how-it-works/ [name='how-it-works']
  8. contact/ [name='contact']
  9. career/ [name='career']
  10. shipping/<str:url> [name='shipping-page']
  11. article/<str:url> [name='blog']
  12. crewing/<str:url> [name='crewing-page']
  13. articles/ [name='blogs']
  14. crewing-agency/ [name='crewing']
  15. shipping-agency/ [name='shipping']
  16. crew-profile/ [name='crew-profile']
  17. dashboard/
  18. cms/
  19. backup-log/
  20. hr/
  21. accounting/
  22. attendance/
  23. e-file/
  24. payroll/
  25. task-management/
  26. default-admin-dashboard/
  27. sitemap.xml
  28. robots.txt
  29. ^media/(?P<path>.*)$

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