Page not found (404)

Request Method: GET
Request URL: https://None/emailchecker

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

  1. ^reverseip$ [name='reverseip']
  2. ^reverseip/find$
  3. ^whois$ [name='whois']
  4. ^whois/info$
  5. ^blacklist$ [name='blacklist']
  6. ^blacklist/check$
  7. ^portchecker$ [name='portchecker']
  8. ^portchecker/check$
  9. ^ping$ [name='ping']
  10. ^ping/check$
  11. ^info-api$
  12. ^$ [name='home']
  13. ^domains$ [name='domains']
  14. ^contacts$ [name='contacts']

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