Page not found (404)

Request Method: GET
Request URL: http://www.podit.it/wp-content/uploads/2015/07/Giappone.zip?189db0&189db0

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

  1. ^grappelli/
  2. ^admin/password_reset/$ [name='admin_password_reset']
  3. ^admin/password_reset/done/$ [name='password_reset_done']
  4. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  5. ^reset/done/$ [name='password_reset_complete']
  6. ^profiles/
  7. ^admin/
  8. ^accounts/
  9. ^register/$ [name='registration_register']
  10. ^$

The current URL, wp-content/uploads/2015/07/Giappone.zip, 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.