Page not found (404)

Request Method: GET
Request URL: https://bdmeditech.com/doc/publics/prod/H

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

  1. admin/
  2. logs/
  3. [name='home']
  4. com/ [name='public']
  5. mdi/ [name='pubdrug']
  6. mdi/<int:mid>/ [name='pubdrug']
  7. <str:user> [name='home']
  8. user/
  9. <str:user>/user/
  10. drug/
  11. <str:user>/drug/
  12. chck/

The current path, doc/publics/prod/H, 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.