Page not found (404)

Request Method: GET
Request URL: https://servexusinc.com/library/

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

  1. [name='index']
  2. admin/
  3. ar [name='webAR']
  4. apex-insight [name='apex-insight']
  5. magnuson/<str:pr> [name='magnuson']
  6. wyatt/ [name='wyatt']
  7. project/<str:pr> [name='projects']
  8. features/<str:pr> [name='features']
  9. options/<str:pr> [name='options']
  10. sceneinfo/<str:pr> [name='sceneinfo']
  11. features/<str:pr>/<str:element> [name='filterfeatures']
  12. options/<str:pr>/<str:element> [name='filteroptions']
  13. ^assets/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

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