Page not found (404)

Request Method: GET
Request URL: https://archive.cramdvoicelessons.blog/login

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

  1. admin/
  2. catalog/
  3. ^static/(?P<path>.*)$
  4. accounts/
  5. accounts/
  6. b2/<path:filename> [name='b2-public']
  7. b2l/<path:filename> [name='b2-logged-in']
  8. b2s/<path:filename> [name='b2-staff']

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