Page not found (404)

Request Method: GET
Request URL: http://www.eatwell101.com/nutrition-disclaimer

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

  1. nutri/api/calculate/url [name='calculate-from-url']
  2. nutri/api/calculate/text [name='calculate-from-text']
  3. about/ [name='about-view']
  4. [name='index-view']

The current path, nutrition-disclaimer, 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.