Page not found (404)

Request Method: GET
Request URL: https://liblr.com/welcome?replace=son+of+a+bitch&replacement=son+of+of+bitch

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

  1. ^badmin/
  2. ^t/
  3. ^$ [name='home']
  4. ^recent/ [name='recent']
  5. ^phrase/ [name='libls_by_phrase']
  6. ^api/$ [name='api']
  7. ^api/recent/$ [name='api_recent']
  8. ^t/(.+)/(.+)/$

The current URL, welcome, 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.