Page not found (404)

Request Method: GET
Request URL: http://auslan.org.au/index.cfm/

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

  1. dictionary/
  2. feedback/
  3. video/
  4. pages/
  5. logout.html [name='logout']
  6. spell/twohanded.html
  7. spell/practice.html
  8. spell/onehanded.html
  9. numbersigns.html
  10. accounts/
  11. admin/doc/
  12. admin/
  13. summernote/
  14. sitemap.xml [name='cached-sitemap']
  15. test/<videofile>

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