Page not found (404)

Request Method: GET
Request URL: https://127.0.0.1:8090/serverLogs/

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

  1. ^base/
  2. ^ ^$ [name='adminLogin']
  3. ^ ^verifyLogin$ [name='verifyLogin']
  4. ^ ^logout [name='logout']
  5. ^packages/
  6. ^websites/
  7. ^tuning/
  8. ^ftp/
  9. ^serverstatus/
  10. ^dns/
  11. ^users/
  12. ^dataBases/
  13. ^email/
  14. ^serverlogs/
  15. ^firewall/
  16. ^backup/
  17. ^managephp/
  18. ^manageSSL/
  19. ^api/
  20. ^filemanager/

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