Page not found (404)

Request Method: GET
Request URL: https://ntp-ptn.ntpmb.ca/indexmb/?ND

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

  1. i18n/
  2. accounts/
  3. admin/
  4. login/ [name='login']
  5. blog/
  6. depot/
  7. dataentry/
  8. esms/
  9. goingh/
  10. viol/
  11. ^$ [name='accueil']
  12. ^equipe$ [name='equipe']
  13. ^resultats$ [name='resultats']
  14. ^publications$ [name='publications']
  15. ^datas$ [name='entreesystemes']
  16. grc/
  17. ntpgrc/
  18. favicon.ico
  19. ^media\/(?P<path>.*)$
  20. ^static\/(?P<path>.*)$

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