Page not found (404)

Request Method: GET
Request URL: https://mocitynupes.com/mocitynupes.com/events

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

  1. [name='index']
  2. mocity-history [name='mocity-history']
  3. founders [name='founders']
  4. lineage [name='lineage']
  5. kappahistory [name='kappahistory']
  6. events [name='events']
  7. reclamation [name='reclamation']
  8. thanks-reclamation [name='thanks-reclamation']
  9. officers [name='officers']
  10. intake [name='intake']
  11. thanks-intake [name='thanks-intake']
  12. anniversary [name='anniversary']
  13. thanks-anniversary [name='thanks-anniversary']
  14. chapter-retreat [name='chapter-retreat']
  15. thanks-retreat [name='thanks-retreat']
  16. thanks-scholarship [name='thanks-scholarship']
  17. kasinoroyale [name='kasinoroyale']
  18. photoBooth [name='photoBooth']
  19. royaleAlbum [name='royaleAlbum']
  20. folder [name='folder']
  21. scholarship [name='scholarship']
  22. scholarship-form [name='scholarship-form']
  23. leadership [name='leadership']
  24. contact [name='contact']
  25. thanks-contact [name='thanks-contact']
  26. thanks-form [name='thanks-form']
  27. thanks-subscribe [name='thanks-subscribe']
  28. cart
  29. order
  30. gallery
  31. nupe-shop [name='allProdCat']
  32. nupe-shop/<slug:c_slug>/ [name='products_by_category']
  33. nupe-shop/<slug:c_slug>/<slug:product_slug>/ [name='ProdCatDetail']
  34. subscribe
  35. <str:username> [name='user_profile']
  36. user/
  37. user/
  38. admin/
  39. ^static/(?P<path>.*)$
  40. ^media/(?P<path>.*)$

The current path, mocitynupes.com/events, 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.