Page not found (404)

Request Method:GET
Request URL:http://simthanglong.net/0977579257

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

  1. admin/
  2. [name='main_site_register_view']
  3. ckeditor/
  4. tin-tuc/ [name='articles']
  5. tin-tuc/c/<slug:slug>/ [name='category']
  6. tin-tuc/author/<slug:author>/ [name='blog_byAuthor']
  7. tin-tuc/<slug:article>/ [name='article']
  8. tin-tuc/<slug:article>/amp/ [name='article_amp']
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$

The current path, 0977579257, 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.