Page not found (404)

Request Method: GET
Request URL: http://www.geospatialniagara.com/portfolio-item/niagaraaspiringgeoproject/

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

  1. [name='index']
  2. resources/<slug:slug>/ [name='resources']
  3. about [name='about']
  4. events [name='events']
  5. news [name='news']
  6. post/<slug:slug>/ [name='post']
  7. business [name='business']
  8. education [name='education']
  9. projects [name='projects']
  10. projectitempage [name='projectitempage']
  11. volunteer [name='volunteer']
  12. article [name='article']
  13. contact/
  14. admin/
  15. ckeditor
  16. ^media/(?P<path>.*)$

The current path, portfolio-item/niagaraaspiringgeoproject/, 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.