Page not found (404)

Request Method: GET
Request URL: http://www.smartcity.edu.mn/event/show/blog-single-right-sidebar.html

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

  1. admin/
  2. [name='index']
  3. contact [name='contact']
  4. event [name='event']
  5. newss [name='newss']
  6. news/show/<int:id> [name='newsshow']
  7. event/show/<int:eid> [name='eventshow']
  8. page/show/<int:pid> [name='pageshow']
  9. ^ckeditor/
  10. ^media\/(?P<path>.*)$

The current path, event/show/blog-single-right-sidebar.html, 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.