Page not found (404)

Request Method: GET
Request URL: http://www.avicapp.com/sp/escr/user/

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

  1. [name='wa_home']
  2. accounts/
  3. accounts/
  4. workorder/
  5. admin/
  6. ^static/(?P<path>.*)$

The current path, sp/escr/user/, 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.