Page not found (404)

Request Method: GET
Request URL: http://evanlalonde.com/install/a-camera-is-a-room/

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

  1. ^grappelli/
  2. ^admin/
  3. ^$ [name='home']
  4. ^contact/$ [name='contact']
  5. ^cv/$ [name='bio']
  6. ^work/$ [name='works']
  7. ^works/(?P<item>[a-zA-Z0-9_\-]+)/$ [name='work']
  8. ^studio/$ [name='studio']
  9. ^studio/(?P<item>[a-zA-Z0-9_\-]+)/$ [name='studio_work']
  10. ^links/$ [name='links']
  11. ^text/$ [name='text']
  12. ^shoots/$ [name='shoots']

The current path, install/a-camera-is-a-room/, 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.