Page not found (404)

Request Method: GET
Request URL: http://www.aultassist.com/EDI-services/

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

  1. ^static/(?P<path>.*)$
  2. [name='homepage']
  3. new/ [name='existingcheck']
  4. new/check/ [name='existingclients']
  5. new/info/ [name='companyInfo']
  6. new/census/form [name='censusform']
  7. new/loadcensus2 [name='load_repors']
  8. quote/?P<quote_id>/?P<email>/ [name='displayQuote']
  9. exist/at [name='retr_qte']
  10. new/upld [name='upload_file']
  11. mewa/ [name='mewa_redirect']
  12. ocif/ [name='ocif_redirect']
  13. admin/

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