Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:9060/events/@ManchiniTechiez

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

  1. admin/
  2. [name='home']
  3. accounts/
  4. about/ [name='about']
  5. services/ [name='services']
  6. prices/ [name='prices']
  7. technologies/ [name='technologies']
  8. team/ [name='team']
  9. events/ [name='events']
  10. opportunities/ [name='opportunities']
  11. blog/ [name='blog']
  12. portfolio/ [name='portfolio']
  13. contact/ [name='contact']
  14. ^media/(?P<path>.*)$
  15. ^static/(?P<path>.*)$

The current path, events/@ManchiniTechiez, 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.