Page not found (404)

Request Method: GET
Request URL: http://gaglionebros.com/history-of-the-cheesesteak.php

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

  1. ^admin/
  2. ^$ [name='index']
  3. ^newsletter/$ [name='newsletter']
  4. ^menu/$ [name='menu']
  5. ^menu.php/$ [name='menu']
  6. ^catering/$ [name='catering']
  7. ^locations/$ [name='locations']
  8. ^locations.html/$ [name='locations']
  9. ^test/$ [name='test']

The current URL, history-of-the-cheesesteak.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.