Page not found (404)

Request Method: GET
Request URL: http://www.geniuskid.org/achievement.aspx

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

  1. sors/admin/
  2. ilm/ [name='home']
  3. [name='index']
  4. save_data_with_excel [name='save_data_with_excel']
  5. leaderboard/ [name='leaderboard']
  6. set-color [name='set_color']
  7. calculation/
  8. speedobrain/
  9. accounts/
  10. event/
  11. auditory/
  12. index [name='index']
  13. about-us [name='about-us']
  14. activities [name='activities']
  15. gallery [name='gallery']
  16. videos [name='videos']
  17. record [name='record']
  18. achivment [name='achivment']
  19. contact-us [name='contact-us']
  20. testimonial [name='testimonial']
  21. ^media\/(?P<path>.*)$

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