Page not found (404)

Request Method: GET
Request URL: http://a2j.net/banner/ads.cgi?advert=NonSSI&page=10

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

  1. ^$
  2. ^login/$
  3. ^logout/$
  4. ^register/$
  5. ^register/done/$
  6. ^qrpage/bj101/(\w+)/qrcode/$
  7. ^qrpage/bj101/(\w+)/$
  8. ^main/qrpage/
  9. ^main/
  10. ^static\/(?P<path>.*)$
  11. ^uploads/(?P<path>.*)$

The current URL, banner/ads.cgi, 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.