Page not found (404)

Request Method: GET
Request URL: http://www.wingease.com/tools/compound_interest_calculator

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

  1. under-construction [name='common_www_under_construction']
  2. wingease [name='wingease_www_home']
  3. zenkr [name='zenkr_www_home']
  4. admin/
  5. __debug__/
  6. [name='common_www_home']

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