Page not found (404)

Request Method: GET
Request URL: http://app.bnnc.gov.bd:8017/usermodule/login/?next=/jmodule/uncc-profile/123/

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

  1. [name='index']
  2. users/
  3. activities/
  4. reports/
  5. dashboard/
  6. settings/
  7. api/
  8. bnnc-admin/
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$

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