Page not found (404)

Request Method: GET
Request URL: https://hackcities.com/projects/mikuna

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

  1. apply/
  2. register/ [name='register']
  3. confirm/ [name='confirm']
  4. complete/ [name='complete']
  5. verify/<code>/ [name='verify']
  6. challenges/<id>/ [name='project']
  7. admin/
  8. lang/<lang>/ [name='change_language']
  9. brochure/ [name='brochure']
  10. letter/ [name='letter']
  11. info/ [name='brochure']
  12. ^media\/(?P<path>.*)$

The current path, projects/mikuna, 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.