Page not found (404)

Request Method: GET
Request URL: https://saiganapathipolytechnic.com/what-are-crypto-spins/

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

  1. admin/
  2. results/ [name='results']
  3. results_upload/ [name='results_upload']
  4. students_upload/ [name='students_upload']
  5. staff-admin/
  6. gallery/ [name='galleryhome']
  7. admission/ [name='admission']
  8. dynamic_admission_form/ [name='dynamic_admission_form']
  9. dynamic_admission_number_alloacation/ [name='dynamic_admission_number_alloacation']
  10. manual_admission_staff/ [name='manual_admission']
  11. manual_admission_form/ [name='manual_admission_form']
  12. manual_admission_number_allocation/ [name='manual_admission_number_allocation']
  13. id_card/ [name='id_card']
  14. admission_confrimed/ [name='admission_confrimed']
  15. admission_data/ [name='admission_data']
  16. api/
  17. [name='home']
  18. index.html/ [name='home']
  19. departments/ [name='departments']
  20. about_clg/ [name='about_clg']
  21. placements/ [name='placements']
  22. password-reset/ [name='password_reset']
  23. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  24. password-reset-complete/ [name='password_reset_complete']
  25. notifications/ [name='notifications']
  26. notification_add/ [name='notification_add']
  27. notification_del/ [name='notification_del']
  28. get_notifications/ [name='get_notifications']
  29. post_notification/ [name='post_notification']
  30. delete_notification/ [name='delete_notification']
  31. logout/ [name='logout']

The current path, what-are-crypto-spins/, 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.