Page not found (404)

Request Method: GET
Request URL: http://www.coinratecap.com/adminer.php

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

  1. admin/
  2. api-auth/
  3. api/blogs/
  4. api/coins/
  5. api/nft/
  6. api/password_reset/
  7. api/accounts/
  8. api/recaptcha/
  9. summernote/
  10. feed/ [name='feed']
  11. auth/
  12. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  13. ^media/(?P<path>.*)$
  14. ^media/(?P<path>.*)$

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