Page not found (404)

Request Method: GET
Request URL: http://www.university-circle.com/events/food-truck30/

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

  1. amenities/
  2. news/
  3. tenant-resources/
  4. tenant-handbook/
  5. tenant-handbook/<slug>/
  6. search/ [name='autocomplete']
  7. ckeditor5/
  8. admin/

The current path, events/food-truck30/, 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.