Page not found (404)

Request Method: GET
Request URL: https://www.pythonbd.com/service/PHARMACY-MANAGEMENT/jahurul25

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

  1. admin/
  2. [name='index']
  3. about-us/
  4. portfolio/
  5. portfolio/<str:nam>/
  6. our-service/
  7. contact/
  8. course/<str:pro>/
  9. course/application-form/<str:pro>/
  10. sign-in/
  11. sign-out/
  12. sign-up/
  13. offer/<str:pro>/
  14. service/<str:cat>/ [name='service_details']
  15. member/<str:nam>/
  16. insert_newsletter/
  17. cookie-policy/
  18. privacy-policy/
  19. request-a-quote/
  20. terms-and-conditions/
  21. blog/
  22. online-practice/
  23. blog/<str:blog>/
  24. event/<str:evn>/
  25. events/<str:appli>/register/
  26. ^media\/(?P<path>.*)$
  27. pythonbd/
  28. ^media\/(?P<path>.*)$

The current path, service/PHARMACY-MANAGEMENT/jahurul25, 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.