Page not found (404)

Request Method: GET
Request URL: http://wissamfawaz.com/scripts/product.aspboutique

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

  1. robots.txt
  2. unsubscribe/<int:pk>/ [name='unsubscribe']
  3. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  4. admin/
  5. [name='home']
  6. publications [name='publications']
  7. blog [name='blog']
  8. <str:course_Code> [name='coursepage']
  9. detailedblog/<blog_id> [name='innerblog']
  10. subscribe/ [name='subscribe']
  11. confirm-subscription/<int:pk>/ [name='confirm_subscription']
  12. unsubscribe/<int:pk>/ [name='unsubscribe']
  13. ^images/(?P<path>.*)$

The current path, scripts/product.aspboutique, 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.