Page not found (404)

Request Method: GET
Request URL: http://www.revolucija.hr/mba/

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

  1. ^autocomplete/
  2. ^tinymce/
  3. ^grappelli/
  4. ^admin/
  5. ^\.well-known/pki-validation/27015D9F652E2555ACB59260C18393F1\.txt$ [name='cert']
  6. ^services/$ [name='solution_list']
  7. ^projects/
  8. ^team/
  9. ^contact/$ [name='contact']
  10. ^en/$
  11. ^$
  12. ^media\/static\/(?P<path>.*)$
  13. ^media\/(?P<path>.*)$

The current URL, mba/, 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.