Page not found (404)

Request Method: GET
Request URL: http://gotanga.com/images/divider-bar

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

  1. ^admin/
  2. ^accounts/
  3. ^ptinr/
  4. ^report/
  5. ^enroll/
  6. ^discontinuance/
  7. ^activity/
  8. ^settings/
  9. ^physicians/
  10. ^filebrowser/
  11. ^denied/$ [name='denied']
  12. ^$ [name='index']
  13. ^m/(?P<path>.*)$

The current URL, images/divider-bar, 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.