Page not found (404)

Request Method: GET
Request URL: http://contractors-way.com/extras.php?item=p

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

  1. lobby/ [name='lobby']
  2. <int:cid>/<slug:slug>/
  3. accounts/password_reset/
  4. accounts/admin/password_reset/
  5. accounts/
  6. login/ [name='login']
  7. signup/
  8. logout/ [name='logout']
  9. content/
  10. api/content/
  11. admin/
  12. api/menus/

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