Page not found (404)

Request Method: GET
Request URL: http://bridge-iasi.club/concurs.php

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

  1. admin/
  2. [name='home']
  3. resources [name='resources']
  4. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  5. contest [name='contest']
  6. contest-booking [name='contest-booking']
  7. contest-pair-registration [name='contest-pair-registration']
  8. contest-pair-registration-list [name='contest-pair-registration-list']
  9. contest-team-registration [name='contest-team-registration']
  10. contest-team-registration-list [name='contest-team-registration-list']
  11. results [name='results']
  12. results-archive [name='results-archive']
  13. results-rankings-update [name='results-rankings-update']
  14. results-rankings [name='results-rankings']
  15. results-rankings-player [name='results-rankings-player']

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