Page not found (404)

Request Method: GET
Request URL: http://www.taarang.com/app/upcoming-events

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

  1. app/ home
  2. app/ bollywood-dance
  3. app/ zumba-fitness
  4. app/ class-schedule
  5. app/ photo-gallery
  6. app/ contact-us
  7. admin/

The current path, app/upcoming-events, 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.