Page not found (404)

Request Method: GET
Request URL: http://zeeksgeeks.com/pg_dis_data.php?pgname=GameLauncher&first=yes

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

  1. [name='index']
  2. thank_you/ [name='index-form-submitted']
  3. contact_us/ [name='contact-form']
  4. about_us/ [name='about-us']
  5. our_services/ [name='our-services']
  6. favicon.ico
  7. dashboard/
  8. admin/
  9. aws-ses/

The current path, pg_dis_data.php, 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.