Page not found (404)

Request Method: GET
Request URL: https://pgmobler.no/global/upload/m/1000x1000/fqPPQ/images/upload/Windsor_lenestol_1.jpg

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

  1. login/ [name='login']
  2. [name='hjem']
  3. categories [name='categories']
  4. sale_catalogue [name='sale_catalogue']
  5. categories/<str:category_name> [name='category_search']
  6. products/supplier/<str:supplier_name> [name='supplier_search']
  7. products [name='products']
  8. product/<int:product_id>/ [name='product_page']
  9. product/<int:product_id>/edit/ [name='edit_product']
  10. product/edit/image/delete/<int:image_id>/ [name='delete_product_image']
  11. product/<int:product_id>/edit/delete/ [name='delete_product']
  12. administration [name='administration']
  13. products/add [name='add_product']
  14. products/edit/ [name='update_products']
  15. products/edit/<int:product_id>/ [name='update_products_id']
  16. categories/add/ [name='add_category']
  17. categories/edit/ [name='update_categories']
  18. categories/edit/<int:category_id>/ [name='update_categories_id']
  19. text_areas/edit/ [name='update_text_areas']
  20. text_areas/edit/<int:text_area_id>/ [name='update_text_areas_id']
  21. text_areas/create/ [name='create_text_area']
  22. footer_textareas/edit/ [name='update_footer_text_areas']
  23. footer_textareas/edit/<int:footer_text_area_id>/ [name='update_footer_textareas_id']
  24. footer_textareas/create/ [name='create_footer_text_area']
  25. business_information/ [name='business_information']
  26. business_information/create/ [name='create_business_information']
  27. business_information/edit/<int:business_info_id>/ [name='update_business_information']
  28. suppliers/add/ [name='add_supplier']
  29. order/<int:customer_id>/ [name='add_order']
  30. add-customer/ [name='add_customer']
  31. customer/<int:customer_id>/ [name='customer_detail']
  32. orders/ [name='all_orders']
  33. order-detail/<int:order_number>/ [name='order_detail']
  34. order-detail/<int:order_number>/confirmation [name='order_confirmation']
  35. order-detail/<int:order_number>/show-pdf/ [name='show_order_pdf']
  36. order-detail/<int:order_number>/complete [name='complete_order']
  37. order-detail/<int:order_number>/update [name='update_order']
  38. about_us [name='about_us']
  39. contact [name='contact']
  40. ^media/(?P<path>.*)$

The current path, global/upload/m/1000x1000/fqPPQ/images/upload/Windsor_lenestol_1.jpg, 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.