Page not found (404)

Tražena stranica ne postoji 4
Request Method: GET
Request URL: http://www.intersteel.hr/ct-menu-item-10/ct-menu-item-14/
Raised by: cmsleg.page.views.PageDetailView

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

  1. ^grappelli/
  2. ^admin/filebrowser/
  3. ^admin/
  4. ^ckeditor/
  5. ^contact-module/send/$ [name='form-send']
  6. ^media/(?P<path>.*)$
  7. ^(?P<path>.*)/$ [name='page-detail']

The current path, ct-menu-item-10/ct-menu-item-14/, matched the last one.

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.