Page not found (404)

Request Method: GET
Request URL: http://services.skims.ac.in/wifi

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

  1. i18n/setlang/
  2. ^file/(?P<path>.*)$
  3. ^data_store/(?P<path>.*)$
  4. ^tmp/(?P<path>.*)$
  5. ^molesys/tmp/(?P<path>.*)$
  6. ^media/(?P<path>.*)$
  7. ^api/
  8. ^checkno/(?P<app_label>[^/]*)/(?P<model_name>[^/]*)/$
  9. ^accounts/
  10. ^data/
  11. ^page/(?P<app_label>[^/]*)/(?P<model_name>[^/]*)/$
  12. ^grid/(?P<app_label>[^/]*)/(?P<model_name>[^/]*)/$
  13. ^iclock/file/(?P<path>.*)$
  14. ^iclock/store/(?P<path>.*)$
  15. ^iclock/
  16. ^testapp/
  17. ^personnel/
  18. ^worktable/
  19. ^selfservice/
  20. ^wap/
  21. ^selfpos/
  22. ^selfatt/
  23. ^report/
  24. ^media/(?P<path>.*)$
  25. ^$
  26. ^android/policy/
  27. ^manager/
  28. ^moleopen/
  29. ^moleclose/
  30. ^webservice/
  31. ^base/
  32. ^access/
  33. ^get_expired_days/
  34. ^data_progressbar/
  35. ^get_export_file/
  36. ^rosetta/
  37. ^att/
  38. ^payroll/

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