Page not found (404)

Request Method: GET
Request URL: https://pictozone.com/download/11-joey-jordison-wallpaper/

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

  1. [name='index']
  2. pics/<slug:slug>/ [name='post']
  3. pics/<slug:post_slug>/<int:pk>/ [name='picture']
  4. c/<slug:slug>/ [name='category']
  5. c/<str:parent_slug>/<str:subcategory_slug>/ [name='subcategory']
  6. download/<int:id>/<str:format>/<int:width>/<int:height> [name='download']
  7. search/ [name='search']
  8. page/sitemap/ [name='sitemap_page']
  9. page/contact/ [name='contact_page']
  10. page/terms-of-use/ [name='terms']
  11. page/privacy-policy/ [name='privacy']
  12. page/upload-images/ [name='upload']
  13. page/about/ [name='about']
  14. delete/picture/<int:id>/ [name='delete_picture']
  15. sitemap.xml [name='django.contrib.sitemaps.views.index']
  16. sitemap-<section>.xml [name='django.contrib.sitemaps.views.sitemap']
  17. __debug__/
  18. admin/

The current path, download/11-joey-jordison-wallpaper/, 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.