Page not found (404)

Request Method: GET
Request URL: http://icnextstep.com/the-next-global-game-jam-will-be-held-in-azerbaijan/

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

  1. admin/
  2. finished/
  3. apply/
  4. contact/
  5. upload/
  6. ^media/(?P<path>.*)$
  7. events/
  8. about/
  9. incubation-program/
  10. event-detail/<slug:slug>/ [name='events_details']
  11. ^media/(?P<path>.*)$

The current path, the-next-global-game-jam-will-be-held-in-azerbaijan/, 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.