Page not found (404)

Request Method: GET
Request URL: http://arikalu.com/2014/12/21/cocktail-making-fun-in-chelsea/fullsizerender-19/

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

  1. admin/
  2. multiply_by/<int:multiple> [name='multiply_by']
  3. count_by_multiples/<int:multiple> [name='count_up_by_multiple']
  4. save_answer/<int:pk> [name='save_answer']
  5. [name='home_page']
  6. subtraction_one/ [name='subtraction_one']
  7. login/ [name='login']
  8. logout/ [name='logout']
  9. time_change_quiz/ [name='time_change_quiz']
  10. time_change_quiz_hard/ [name='time_change_quiz_hard']
  11. time_subtraction_quiz/ [name='time_subtraction_quiz']
  12. count_up_by_multiples_of_10/ [name='count_up_by_multiples_of_10']
  13. addition_regroup/ [name='addition_regroup']
  14. time_minutes_cross_over/ [name='time_minutes_cross_over']
  15. minutes_until/ [name='minutes_until']
  16. time_hours_cross_over/ [name='time_hours_cross_over']
  17. student_quiz_results/<int:page> [name='student_quiz_results']
  18. hundreds_to_tens/ [name='hundreds_to_tens']
  19. round_to_the_nearest/<int:roundby> [name='round_by']
  20. find_the_missing_number/ [name='find_the_missing_number']
  21. division/ [name='division']
  22. relate_division_to_multiplication/ [name='relate_division_to_multiplication']
  23. divide_by/<int:divide_by_num> [name='divide_by']
  24. division_with_arrays/ [name='division_with_arrays']
  25. basic_division/ [name='basic_division']
  26. ^media/(?P<path>.*)$
  27. ^static/(?P<path>.*)$

The current path, 2014/12/21/cocktail-making-fun-in-chelsea/fullsizerender-19/, 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.