Page not found (404)

Request Method: GET
Request URL: http://allnews.mn/news/more/672/be_ui_color_themes.html

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

  1. ^tinymce/
  2. ^mce_filebrowser/
  3. ^admin/
  4. ^ ^$ [name='index']
  5. ^ ^signup/$ [name='signup']
  6. ^ ^signin/$ [name='signin']
  7. ^ ^profile/$ [name='profile']
  8. ^ ^all/$ [name='allNews']
  9. ^ ^signout/$ [name='signout']
  10. ^news/ ^$ [name='news']
  11. ^news/ ^add/$ [name='newsAdd']
  12. ^news/ ^(?P<nid>\d+)/edit/$ [name='newsEdit']
  13. ^news/ ^more/(?P<nid>\d+)/$ [name='newsmore']
  14. ^news/ ^cat/(?P<cid>\d+)$ [name='category']

The current URL, news/more/672/be_ui_color_themes.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.