Page not found (404)

Request Method: GET
Request URL: http://testing.tustincommercial.com/incorporate/mail-icon.png

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

  1. ^admin/
  2. ^logout/?$
  3. ^login/?$
  4. ^/?$ [name='home']
  5. ^companies/(?P<company_number>\w+)/?$
  6. ^companies/?$
  7. ^incorporate/?$
  8. ^api/
  9. ^admin/doc/

The current URL, incorporate/mail-icon.png, 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.