Page not found (404)

Request Method: GET
Request URL: http://www.boxyardpark.com/events/2018/8/11/denver-public-library-concert-series-shyamuu-bhagat

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

  1. admin/
  2. [name='home']
  3. home [name='home2']
  4. register/ [name='register']
  5. login/ [name='login']
  6. logout/ [name='logout']
  7. upload [name='upload']
  8. upload2 [name='upload 2.0']
  9. check_domains [name='check_domains']
  10. process_file [name='process_file']
  11. process_direct_input [name='process_direct_input']
  12. domain_list [name='List all domains in the database']
  13. download-domains/ [name='download_domains_csv']
  14. download-domains-dr/ [name='download_domains_dr']
  15. download-direct-domains/ [name='download_domains']

The current path, events/2018/8/11/denver-public-library-concert-series-shyamuu-bhagat, 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.