Page not found (404)

Request Method: GET
Request URL: https://textelcu.com/default.asp?id=10

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

  1. ^django-admin/
  2. ^users/
  3. ^accounts/
  4. ^admin/
  5. ^search/$ [name='search']
  6. ^documents/
  7. ^sitemap.xml$
  8. ^blog/feed/basic$ [name='basic_feed']
  9. ^blog/feed/extended$ [name='extended_feed']
  10. ^blog/feed/basic.json$ [name='basic_json_feed']
  11. ^blog/feed/extended.json$ [name='extended_json_feed']
  12. ^images/([^/]*)/(\d*)/([^/]*)/[^/]*$ [name='wagtailimages_serve']
  13. _util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
  14. _util/login/ [name='wagtailcore_login']
  15. ^((?:[\w\-]+/)*)$ [name='wagtail_serve']
  16. ^static/(?P<path>.*)$
  17. ^media/(?P<path>.*)$
  18. ^favicon\.ico$

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.