Page not found (404)

Request Method: GET
Request URL: http://www.entuziast.tv/about/

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

  1. page/
  2. project/
  3. studio/
  4. equipment/
  5. lead/
  6. admin/
  7. camera2/
  8. favicon.ico
  9. robots.txt
  10. sitemap.xml
  11. 500/
  12. 404/

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