Page not found (404)

Request Method: GET
Request URL: http://tapchi.vdi.org.vn/en

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

  1. admin/
  2. manage/
  3. uploader/image/ [name='upload_image']
  4. uploader/file/ [name='upload_file']
  5. article/<int:id>/<str:slug> [name='article']
  6. article-category/<int:id>/<str:slug> [name='article_category']
  7. media/<int:id>/<str:slug> [name='media']
  8. ^imagefit/
  9. search [name='search']
  10. [name='home']
  11. ^media\/(?P<path>.*)$

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