Page not found (404)

Request Method: GET
Request URL: http://www.websitestuff.com/WindowsApps/

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

  1. admin/
  2. category/<cg_id>
  3. category/<cg_id>/<sub_cg_id>
  4. contact_us
  5. contact
  6. search
  7. category/<cg_id>/<sub_cg_id>/<content_endpoint>
  8. get_subcategories_by_ctid
  9. get_operting_stuff
  10. sitemap.xml

The current path, WindowsApps/, 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.