Page not found (404)

Request Method: GET
Request URL: https://www.pathfinder3d.com/downloads

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

  1. ^$ [name='home']
  2. ^features$
  3. ^contact$
  4. ^videos$
  5. ^WhySolidworks$
  6. ^requestLicense$
  7. ^deactivateLicense$
  8. ^contact$ [name='contact']
  9. ^about [name='about']
  10. ^login/$ [name='login']
  11. ^logout$ [name='logout']
  12. ^admin/

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