Page not found (404)

Request Method: GET
Request URL: https://dsc.smv.org/default.asp

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

  1. ^clientadmin/
  2. ^clientadmin/adminactions/
  3. ^cmsadmin/
  4. ^documents/
  5. ^api/v2/
  6. sitemap.xml
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$
  9. ^404/$
  10. ^500/$
  11. ^__debug__/
  12. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  13. _util/login/ [name='wagtailcore_login']
  14. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']

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