Page not found (404)

Request Method: GET
Request URL: http://shakthiveda.com/about-amma/

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

  1. py-admin/
  2. contact_api/
  3. admin/
  4. contact/
  5. ^static/(?P<path>.*)$
  6. ^media/(?P<path>.*)$
  7. accounts/login/ [name='login']
  8. accounts/logout/ [name='logout']

The current path, about-amma/, 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.