Page not found (404)

“/wp-content/uploads/2017/12/travaux-isolation-beauvais-11-nantes-aide-travaux-isolation-carrefour-residence-secondaire-maison-ancienne-04102304-ciment-exceptionnel-2014-anah-edf-fenetre-leclerc-tota-630x380.5501e8a4-9ff4-43a4-a4b8-a1ce227bcb2” does not exist
Request Method: GET
Request URL: http://coor.co/wp-content/uploads/2017/12/travaux-isolation-beauvais-11-nantes-aide-travaux-isolation-carrefour-residence-secondaire-maison-ancienne-04102304-ciment-exceptionnel-2014-anah-edf-fenetre-leclerc-tota-630x380.5501e8a4-9ff4-43a4-a4b8-a1ce227bcb2
Raised by: django.views.static.serve

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

  1. admin/
  2. accounts/
  3. privacy-policy [name='privacy-policy']
  4. [name='home']
  5. fb-accounts/ [name='ads_account']
  6. bulk-creation/ [name='bulk-creation']
  7. bulk-creation/<campain_id>/ [name='bulk-creation-campain']
  8. bulk-creation/<campain_id>/<adset_id>/ [name='bulk-creation-ads']
  9. bulk-creation/<campain_id>/<adset_id>/<ad_id>/ [name='ad-preview']
  10. <account_id>/ [name='campaign_list']
  11. <account_id>/<campain_id>/ads/ [name='campaign_ads']
  12. <account_id>/ads/ [name='ads_list']
  13. ^(?P<path>.*)$

The current path, wp-content/uploads/2017/12/travaux-isolation-beauvais-11-nantes-aide-travaux-isolation-carrefour-residence-secondaire-maison-ancienne-04102304-ciment-exceptionnel-2014-anah-edf-fenetre-leclerc-tota-630x380.5501e8a4-9ff4-43a4-a4b8-a1ce227bcb2, matched the last one.

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.